Cleanup GFM.

This commit is contained in:
anonimal 2015-11-08 01:57:16 +00:00
parent 66db088761
commit 1eff72d525
2 changed files with 4 additions and 6 deletions

View file

@ -9,9 +9,7 @@ On Arch Linux
Then, build:
$ cd i2pd/build
$ cmake ../
$ make
$ cd i2pd/build && cmake ../ && make
Then, run it:

View file

@ -17,9 +17,9 @@ Arch
----
Required packages:
*cmake
*boost
*crypto++
* cmake
* boost
* crypto++
FreeBSD
-------