summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f7b7f0d
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+The crates directory is a local mirror for the crates.io repository. Use
+
+ cargo vendor -x -v <path_to_this_repo>/crates
+
+to update when adding a new dependency or when updating an older version.