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
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
1 changed files with 9 additions and 12 deletions

View File

@ -89,30 +89,27 @@ Now follow the instructions in the
### Fedora
naxalnet is not packaged for Fedora, so it should be installed
manually. naxalnet requires atleast systemd v248 which is only
available on **Fedora 34 and above**. Install the build dependencies:
naxalnet is not packaged for Fedora, so it should be installed manually.
naxalnet requires atleast systemd v248 which is only available on **Fedora
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
# systemd-resolved may be required for rawhide
sudo dnf install python3-setuptools make
# Install the build requirements
sudo dnf install python3-setuptools make git
```
Now clone the repo, build and install and you are ready to go.
```sh
# Clone the repo
git clone https://git.disroot.org/pranav/naxalnet.git
cd naxalnet
# Create an installable rpm from the source code
make rpm
# Now install it.
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
Verify that the [requirements][] are of required versions.