1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

update install target and readme

This commit is contained in:
Jeff Becker 2018-10-24 07:57:21 -04:00
parent 136236185d
commit 2fdbb439df
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 9 additions and 4 deletions

View file

@ -131,3 +131,6 @@ install:
cp $(EXE) $(PREFIX)/bin/lokinet
chmod 755 $(PREFIX)/bin/lokinet
setcap cap_net_admin=+eip $(PREFIX)/bin/lokinet
rm -f $(PREFIX)/bin/lokinet-bootstrap
cp $(REPO)/lokinet-bootstrap $(PREFIX)/bin/lokinet-bootstrap
chmod 755 $(PREFIX)/bin/lokinet-bootstrap

View file

@ -18,16 +18,18 @@ Build requirements:
To build:
$ sudo apt install build-essential cmake git libcap-dev
$ sudo apt install build-essential cmake git libcap-dev wget
$ git clone https://github.com/loki-project/loki-network
$ cd loki-network
$ make -j8
$ sudo make install
## Running
$ ./lokinet -g
$ ./lokinet-bootstrap
$ ./lokinet
$ lokinet -g
$ lokinet-bootstrap
$ lokinet
## Usage