adulau / Forban

Forban is a p2p application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search or share files. Forban relies on HTTP and it is "opportunistic".
http://www.foo.be/forban/
134 stars 24 forks source link

Better Install Command (one-liner) #32

Open andrewallison2012 opened 6 years ago

andrewallison2012 commented 6 years ago

Single line install copy and paste into terminal add to READme

git clone git://github.com/adulau/Forban.git && cd Forban && ./bin/forbanctl start && cd ./var/share && touch sharedfile.txt && echo "dafdasF" >> sharedfile.txt && sleep 4 && open http://127.0.0.1:12555/

failed: ... Git Clone with git clone git@github.com:adulau/Forban.git