updated install guide for Fedora in README.md

systemd-resolved is used by default, so there is no need to install it
in rawhide.
This commit is contained in:
Pranav Jerry 2021-10-06 19:27:32 +05:30
parent 65e1906753
commit 3b3644e107
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B

View File

@ -89,30 +89,27 @@ Now follow the instructions in the
### Fedora ### Fedora
naxalnet is not packaged for Fedora, so it should be installed naxalnet is not packaged for Fedora, so it should be installed manually.
manually. naxalnet requires atleast systemd v248 which is only naxalnet requires atleast systemd v248 which is only available on **Fedora
available on **Fedora 34 and above**. Install the build dependencies: 34 and above**. python-setuptools support building rpms, which are the
preferred way of installing software in Fedora. Follow the steps to
install naxalnet on Fedora:
```sh ```sh
# systemd-resolved may be required for rawhide # Install the build requirements
sudo dnf install python3-setuptools make sudo dnf install python3-setuptools make git
```
Now clone the repo, build and install and you are ready to go.
```sh
# Clone the repo # Clone the repo
git clone https://git.disroot.org/pranav/naxalnet.git git clone https://git.disroot.org/pranav/naxalnet.git
cd naxalnet cd naxalnet
# Create an installable rpm from the source code # Create an installable rpm from the source code
make rpm make rpm
# Now install it. # Now install it.
sudo dnf install dist/naxalnet-$(python3 -m setup --version)-1.noarch.rpm sudo dnf install dist/naxalnet-$(python3 -m setup --version)-1.noarch.rpm
``` ```
Now head over to the [next section][install-manual] to install naxalnet.
### Manually ### Manually
Verify that the [requirements][] are of required versions. Verify that the [requirements][] are of required versions.