Fixed formatting

Code for bash prompt was not wrapped by ```, so two lines were wrapped
onto one line, making it incorrect.
This commit is contained in:
Roger Labbe 2015-10-10 16:39:30 -07:00
parent a9d81aa4bb
commit 102ab8ebb0

View File

@ -378,9 +378,10 @@
"\n",
"5. This opens a linux terminal inside your browser. Every project you make creates a linux container that runs in the cloud. You can put any file here that you want, up to the disk quota. We will use `wget` to download a bash script which will install the book and its dependencies. type this at the terminal prompt (copy and paste is easier):\n",
"\n",
"```\n",
" wget https://raw.githubusercontent.com/rlabbe/kalman-book-sagemath-install/master/install.sh\n",
" bash install sh\n",
"\n",
" bash install.sh\n",
"```\n",
"You should see messages flash by as it downloads the book and FilterPy.\n",
"\n",
"The book is now installed.\n",