Commit f18c8bec4c9e8929377f39831f2e288a49032a6c
Combine install commands
cel committed on 4/18/2017, 10:05:27 PMParent: 7c1ed71346c7eba4db014e181e98ecd23e035a86
Files changed
scuttlebot/install.md | changed |
scuttlebot/install.md | ||
---|---|---|
@@ -13,10 +13,9 @@ | ||
13 | 13 | ***Linux Dependencies*** |
14 | 14 | Installation may fail when building the libsodium dependencies due to missing aclocal. On Ubuntu you will need to run: |
15 | 15 | |
16 | 16 | ```bash |
17 | -sudo apt-get install autotools-dev | |
18 | -sudo apt-get install automake | |
17 | +sudo apt-get install autotools-dev automake | |
19 | 18 | ``` |
20 | 19 | |
21 | 20 | **Install:** |
22 | 21 | |
@@ -56,10 +55,9 @@ | ||
56 | 55 | ***Linux Dependencies*** |
57 | 56 | Installation may fail when building the libsodium dependencies due to missing aclocal. On Ubuntu you will need to run: |
58 | 57 | |
59 | 58 | ```bash |
60 | -sudo apt-get install autotools-dev | |
61 | -sudo apt-get install automake | |
59 | +sudo apt-get install autotools-dev automake | |
62 | 60 | ``` |
63 | 61 | |
64 | 62 | **Install:** |
65 | 63 |
Built with git-ssb-web