mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-28 02:50:20 +05:30
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:
parent
c2fba89816
commit
e0d2602552
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,7 +4,7 @@
|
|||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.egg
|
*.egg*
|
||||||
build
|
build
|
||||||
htmlcov
|
htmlcov
|
||||||
__pycache__
|
__pycache__
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user