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
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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