mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Suggest to reboot after installworld in the example of development workflow.
Reviewed by: trasz Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16746
This commit is contained in:
parent
04499b28af
commit
2bd42f2f4d
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 21, 2018
|
||||
.Dd August 22, 2018
|
||||
.Dt DEVELOPMENT 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -117,6 +117,7 @@ After reboot:
|
|||
.Bd -literal -offset indent
|
||||
cd src
|
||||
make -j8 installworld
|
||||
reboot
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr svnlite 1 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue