Updated readme

pull/16/head
Mark Qvist 2022-09-14 00:02:40 +02:00
parent 5755e722f9
commit 5b07fe4031
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ pip3 install rnodeconf
rnodeconf --help
```
On Arch Linux it is also possible to install using the `rnodeconf` package from the [AUR](https://aur.archlinux.org/packages/rnodeconf).
**Please Note**: If this is the very first time you use pip to install a program on your system, you might need to reboot your system for your program to become available. If you get a __command not found__ error or similar when running the program, reboot your system and try again. If this still doesn't work, you will need to add the pip install directory to your PATH variable. The best way to do this is to edit the ".profile" file in your home directory and add the following lines at the bottom of the file:
```sh