Update README.md

add in --depth as most users dont need the full ports commit info
This commit is contained in:
unixbeer
2025-12-13 14:29:44 -06:00
committed by GitHub
parent 162d91c7a4
commit 3ec442c5d5

View File

@@ -37,7 +37,7 @@ pkg install bastille
**ports**
```shell
git clone https://git.freebsd.org/ports.git /usr/ports
git clone https://git.freebsd.org/ports.git --depth 1 /usr/ports
make -C /usr/ports/sysutils/bastille install clean
```