Updated README.md

Removed IPFS git link and updated .gitignore
And fixed a tiny mistake in uninstalling section in README.md
This commit is contained in:
Pranav Jerry 2021-07-23 21:35:11 +05:30
parent c2fba89816
commit e0d2602552
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
tmp/
*.py[cod]
*.egg
*.egg*
build
htmlcov
__pycache__

View File

@ -33,6 +33,7 @@ or anyone else advocating for their rights).
no error then you already have it)
- iwd (for starting ad-hoc network)
- python3
- python-setuptools (for building)
- [python-dasbus][]
- wifi adapter with ad-hoc support
- two or more computers with wifi adapter, called nodes
@ -62,11 +63,13 @@ git clone https://git.disroot.org/pranav/naxalnet.git
cd naxalnet
```
<!--
Or, if you have an [IPFS client][ipfs] running, try:
```sh
git clone http://k51qzi5uqu5dlye74be0n9iihwk6sm54vexo7bf7pdr4w811y6mmrcp25djozv.ipns.localhost:8080/naxalnet.git
```
-->
Run `sudo make install` to install naxalnet. This will install naxalnet in
`/usr/bin/naxalnet`.
@ -162,8 +165,8 @@ If you installed naxalnet manually, there is no way to uninstall
than manually removing the files:
```sh
sudo rm -rf /usr/{bin,share}/naxalnet \
/usr/lib/systemd/system/naxalnet.service
sudo pip uninstall naxalnet
sudo rm -rf /usr/share/naxalnet* /usr/lib/systemd/system/naxalnet.service
```
## Similar projects