File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ Remove all generated files from the \fIbuild\fR directory in the target's worksp
2727Builds the specified target, and all its dependencies, and then installs the
2828build products into the \fI lib \fR and \fI bin \fR directories of their respective
2929workspaces.
30+ .TP
31+ \fB init \fR
32+ Initializes the current working directory into a workspace.
3033
3134.SS "BUILD COMMAND"
3235
@@ -59,6 +62,17 @@ Examples:
5962 $ rustpkg install github.com/mozilla/servo.git#1.2
6063 $ rustpkg install rust-glfw
6164
65+ .SS "INIT COMMAND"
66+
67+ rustpkg init
68+
69+ This will turn the current working directory into a workspace. The first
70+ command you run when starting off a new project.
71+
72+ Example:
73+
74+ $ rustpkg init
75+
6276.SH "ENVIRONMENT"
6377
6478.TP
You can’t perform that action at this time.
0 commit comments