docs: Remove sudo from the default make install suggestion

This commit is contained in:
Rachel Forshee 2025-05-21 12:01:11 -07:00
parent fe2f134947
commit 4274232a22

View File

@ -32,7 +32,7 @@ library `libnarc` and a static executable. After acquiring a copy of the source
-- via `git` or a `tar` archive -- `cd` into the source folder and run:
```bash
sudo make install
make install
```
By default: