summaryrefslogtreecommitdiffstats
path: root/development/cargo/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--development/cargo/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/cargo/README b/development/cargo/README
new file mode 100644
index 0000000000..607d9f19d1
--- /dev/null
+++ b/development/cargo/README
@@ -0,0 +1,13 @@
+cargo - The Rust package manager https://crates.io/
+
+This will build cargo from source, which like rust, requires itself to
+bootstrap. This will build cargo using the installed rust and previously stable
+version of cargo.
+
+If you already have rust and cargo installed, this slackbuild will use these to
+bootstrap this version of cargo instead of a downloaded one.
+
+You can also force either behaviour through the LOCAL_BOOTSTRAP=yes|no
+parameter.
+
+ LOCAL_BOOTSTRAP=no ./cargo.SlackBuild \ No newline at end of file