aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP1umer <39682706+P1umer@users.noreply.github.com>2022-08-26 13:34:46 +0800
committerAleksandr Nogikh <wp32pw@gmail.com>2022-08-26 11:56:11 +0200
commit46009ca197a7fcd4acba62b1b3f9d5b8623daa65 (patch)
treeee40a3e2ce55e9ab09223bf71f842820fb743ed2
parent15195ea3c66cc18f348576f4cfb94d03dd13c747 (diff)
docs/freebsd: update the default branch of freebsd-src
-rw-r--r--docs/freebsd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md
index fb28ca37d..e8bf5d027 100644
--- a/docs/freebsd/README.md
+++ b/docs/freebsd/README.md
@@ -61,7 +61,7 @@ This will create a memory device for the VM file and allow host to install the c
To get a copy of the current development sources:
```console
# pkg install git
-# git clone --depth=1 --branch=master https://github.com/freebsd/freebsd /usr/src
+# git clone --depth=1 --branch=main https://github.com/freebsd/freebsd-src /usr/src
```
To create a custom kernel configuration file for syzkaller and build a new kernel, run: