From 46009ca197a7fcd4acba62b1b3f9d5b8623daa65 Mon Sep 17 00:00:00 2001 From: P1umer <39682706+P1umer@users.noreply.github.com> Date: Fri, 26 Aug 2022 13:34:46 +0800 Subject: docs/freebsd: update the default branch of freebsd-src --- docs/freebsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/freebsd') 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: -- cgit mrf-deployment