Skip to content

Commit 381315a

Browse files
committed
Improved documentation.
1 parent 9c33217 commit 381315a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ sudo dnf install subnetcalc
183183
For ready-to-install FreeBSD packages of SubNetCalc, it is included in the ports collection, see [FreeBSD ports tree index of net/subnetcalc/](https://cgit.freebsd.org/ports/tree/net/subnetcalc/)!
184184

185185
```bash
186-
pkg install subnetcalc
186+
sudo pkg install subnetcalc
187187
```
188188

189189
Alternatively, to compile it from the ports sources:
190190

191191
```bash
192192
cd /usr/ports/net/subnetcalc
193193
make
194-
make install
194+
sudo make install
195195
```
196196

197197

0 commit comments

Comments
 (0)