diff options
| -rw-r--r-- | sys/man/1/pkg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg index 9e75a92bc..3b5e3a84f 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -30,6 +30,8 @@ packages. .I Pkg/create Create builds a new package .IR name , +whose source is found in directory +.IR name , then packs it into a .IR bzip2 (1) compressed @@ -54,6 +56,15 @@ Remove the package from the local system. .SH EXAMPLES .LP +Create the package +.B links-variable-2011.05.23 +.sp 1 +.EX +% cd /sys/src +% pkg/create links-variable-2011.05.23 +.EE + +.LP Install the .B Go programming language. |
