Skip to content

Commit

Permalink
remove "$" for compat. reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdsam committed Feb 26, 2024
1 parent 3045e20 commit 57c89da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ make install
#### Prerequisites for FreeBSD

```
$ sudo pkg install automake gcc net-snmp
sudo pkg install automake gcc net-snmp
```

To build:
```
$ autoreconf
$ ./configure --prefix=/usr/local #works, but you should have your own plugins-dir!
$ make
$ sudo make install #optional
autoreconf
./configure --prefix=/usr/local ## works, but you should have your own plugins-dir
make
sudo make install ## optional
```

### Usage
Expand Down

0 comments on commit 57c89da

Please sign in to comment.