Update rustpkg manpage to add init.
I didn't update the manpage when I added the init command. Whoops.
This commit is contained in:
parent
85c0fb7b8a
commit
ad5f619d8a
1 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,9 @@ Remove all generated files from the \fIbuild\fR directory in the target's worksp
|
||||||
Builds the specified target, and all its dependencies, and then installs the
|
Builds the specified target, and all its dependencies, and then installs the
|
||||||
build products into the \fIlib\fR and \fIbin\fR directories of their respective
|
build products into the \fIlib\fR and \fIbin\fR directories of their respective
|
||||||
workspaces.
|
workspaces.
|
||||||
|
.TP
|
||||||
|
\fBinit\fR
|
||||||
|
Initializes the current working directory into a workspace.
|
||||||
|
|
||||||
.SS "BUILD COMMAND"
|
.SS "BUILD COMMAND"
|
||||||
|
|
||||||
|
@ -59,6 +62,17 @@ Examples:
|
||||||
$ rustpkg install github.com/mozilla/servo.git#1.2
|
$ rustpkg install github.com/mozilla/servo.git#1.2
|
||||||
$ rustpkg install rust-glfw
|
$ rustpkg install rust-glfw
|
||||||
|
|
||||||
|
.SS "INIT COMMAND"
|
||||||
|
|
||||||
|
rustpkg init
|
||||||
|
|
||||||
|
This will turn the current working directory into a workspace. The first
|
||||||
|
command you run when starting off a new project.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
$ rustpkg init
|
||||||
|
|
||||||
.SH "ENVIRONMENT"
|
.SH "ENVIRONMENT"
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Add table
Reference in a new issue