fix documentation formatting

New documentation regarding how to install yarn needed double
newlines rather than the current single newlines. As is, it is
rendering as a single line, which is obfuscating eyesore.

Change-Id: I4a3e921342703ea00a4ab622b304c70250006063
This commit is contained in:
Megan Guiney 2018-06-16 00:11:00 -07:00
parent 902d0362c7
commit aee81c6121
1 changed files with 2 additions and 0 deletions

View File

@ -15,7 +15,9 @@ Install API dependencies
Install RefStack UI dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -``
``echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list``
``sudo apt-get update && sudo apt-get install yarn``
Setup the RefStack database