add a README explaining the purpose of the workspace/ folder
authorRalf Jung <post@ralfj.de>
Sun, 6 Mar 2016 11:06:04 +0000 (12:06 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 6 Mar 2016 11:06:04 +0000 (12:06 +0100)
workspace/README.md [new file with mode: 0644]

diff --git a/workspace/README.md b/workspace/README.md
new file mode 100644 (file)
index 0000000..ff4e1ee
--- /dev/null
@@ -0,0 +1,9 @@
+## Workspace
+
+This folder contains your Rust-101 workspace. I suggest you copy this
+folder somewhere else. Try `cargo build` in that new folder to check that compiling your workspace succeeds.
+(You can also execute it with `cargo run`, but you'll need to do some work before this will succeed.)
+See the [main tutorial](https://www.ralfj.de/projects/rust-101/main.html) for more details.
+
+Please do *not* edit this folder inside a `git clone` of Rust-101. The files in here are auto-generated.
+You should edit the files in `src/` in the repository root instead.