Update README.md (#45)

Update installation instruction :)
This commit is contained in:
Alexander Mihalicyn 2016-09-22 22:10:50 +04:00 committed by Philip Langdale
parent 060edaf22d
commit 3d9cc9db6a
1 changed files with 9 additions and 0 deletions

View File

@ -8,7 +8,16 @@ compression was impossible? You're looking at it!
πfs is dead simple to build:
Firstly, you must install autoconf, automake, libfuse packages in your system.
For example, if you have Debian try:
```sh
sudo apt-get install autotools-dev
sudo apt-get install automake
sudo apt-get install libfuse-dev
```
```sh
./autogen.sh
./configure
make
make install