git ssb

0+

cel / ssbc/docs



Commit f18c8bec4c9e8929377f39831f2e288a49032a6c

Combine install commands

cel committed on 4/18/2017, 10:05:27 PM
Parent: 7c1ed71346c7eba4db014e181e98ecd23e035a86

Files changed

scuttlebot/install.mdchanged
scuttlebot/install.mdView
@@ -13,10 +13,9 @@
1313 ***Linux Dependencies***
1414 Installation may fail when building the libsodium dependencies due to missing aclocal. On Ubuntu you will need to run:
1515
1616 ```bash
17-sudo apt-get install autotools-dev
18-sudo apt-get install automake
17+sudo apt-get install autotools-dev automake
1918 ```
2019
2120 **Install:**
2221
@@ -56,10 +55,9 @@
5655 ***Linux Dependencies***
5756 Installation may fail when building the libsodium dependencies due to missing aclocal. On Ubuntu you will need to run:
5857
5958 ```bash
60-sudo apt-get install autotools-dev
61-sudo apt-get install automake
59+sudo apt-get install autotools-dev automake
6260 ```
6361
6462 **Install:**
6563

Built with git-ssb-web