Skip to content

Commit da2bf2c

Browse files
authored
Update README.md - Update build process on FreeBSD 14 (#619)
* Update README.md * Update README.md Remove exact FreeBSD version --------- Co-authored-by: tinyboxvk <[email protected]>
1 parent b25dda6 commit da2bf2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ directly via GitHub. Any help is always very welcome!
1515

1616
OPNsense documentation is available under the 2-Clause BSD license:
1717

18-
http://opensource.org/licenses/BSD-2-Clause
18+
https://opensource.org/licenses/BSD-2-Clause
1919

2020
Every contribution made to the project must be licensed under the
2121
same conditions in order to keep OPNsense truly free and accessible
@@ -35,13 +35,13 @@ that it owns or licenses any of the mentioned, nor does it grant them.
3535
On FreeBSD the following packages are required:
3636

3737
```
38-
pkg install py39-pip jpeg-turbo gmake
38+
pkg install python py311-pip jpeg-turbo gmake
3939
```
4040

4141
Install Sphinx, our default theme and contrib packages:
4242

4343
```
44-
pip[3] install -r requirements.txt --upgrade
44+
pip install -r requirements.txt --upgrade
4545
```
4646

4747
### Update API endpoints
@@ -57,17 +57,17 @@ executed using:
5757
#### Generate HTML documents
5858

5959
```
60-
make html
60+
gmake html
6161
```
6262

63-
(```make clean``` to flush)
63+
(```gmake clean``` to flush)
6464

6565
#### Live preview of HTML documents
6666

6767
Use `sphinx-autobuild` to track `source` for changes and get a live preview served via ``http://localhost:8000``.
6868

6969
```
70-
pip[3] install sphinx-autobuild
70+
pip install sphinx-autobuild
7171
```
7272

7373
```

0 commit comments

Comments
 (0)