Fixed typo and improved README (again)

This commit is contained in:
Pranav Jerry 2021-07-29 22:44:01 +05:30
parent 7b7ce8044b
commit 946d20a72c
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B

View File

@ -41,14 +41,14 @@ with anyone currently at risk of death in overcrowded prisons.
## Requirements
- [systemd v248 or more][batman-systemd])
- [systemd v248 or more][batman-systemd]
- Linux kernel with batman-adv module
- iwd
- [iwd][]
- python3
- python-setuptools (for building)
- [python-dasbus][]
- wifi adapter with ad-hoc support
- two or more computers with wifi adapter, called nodes
- two or more computers, or laptops with wifi adapter, called nodes
- systemd-resolved (optional, for DNS)
- batctl (optional, for debugging)
@ -106,7 +106,8 @@ sudo systemctl start naxalnet.service
To test if it works, run `ip -c addr` to find out your address.
Note the `inet` address of `bridge0`. If there isn't one, try again
after a few seconds. If the address starts with 169.254, it has
got a link-local address.
got a link-local address. Otherwise, it has got an IP address
from DHCP.
### Getting internet access
@ -218,3 +219,4 @@ license.
[libremesh]: https://libremesh.org
[disaster.radio]: https://disaster.radio/
[startnx]: #start-naxalnet
[iwd]: https://iwd.wiki.kernel.org "wifi daemon"