mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Simplify example, remove typo
This commit is contained in:
parent
fee8c6a460
commit
16bd665491
1 changed files with 4 additions and 4 deletions
|
@ -139,10 +139,10 @@ Install missing packages
|
|||
|
||||
rvm --autolibs=read-fail requirements
|
||||
|
||||
# If prompted with `libreadline6-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake bison pkg-config libffi-dev' etc
|
||||
# Fix with this command, run as your user:
|
||||
# sudo apt-get install -dev libreadline6-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake bison pkg-config libffi-dev
|
||||
# repeat the autolibs test until "Requirements installation successful"
|
||||
# For instance, if prompted with `libreadline6-dev libsqlite3-dev sqlite3 autoconf' etc
|
||||
# Install the missing packages with this command, run as your user:
|
||||
# sudo apt-get install libreadline6-dev libsqlite3-dev sqlite3 autoconf
|
||||
# Repeat the autolibs test until you see "Requirements installation successful"
|
||||
|
||||
|
||||
Build and install ruby
|
||||
|
|
Loading…
Reference in a new issue