diff --git a/README.md b/README.md index e28294b..71acb28 100644 --- a/README.md +++ b/README.md @@ -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.