Browse Source

Starting to include some screenshots.

Herbert Wolverson 4 years ago
parent
commit
d644e75a87
3 changed files with 3 additions and 1 deletions
  1. BIN
      book/src/c1-s1.png
  2. 3 1
      book/src/chapter_1.md
  3. BIN
      book/src/resources.zip

BIN
book/src/c1-s1.png


+ 3 - 1
book/src/chapter_1.md

@@ -98,10 +98,12 @@ fn main() {
 }
 ```
 
-Now create a new folder called `resources`. RLTK needs a few files to run, and this is where we put them. Download **WARNING - INSERT DOWNLOAD LINK TO ZIP HERE**, and unzip it into this folder. Be careful to have `resources/backing.fs` (etc.) and not `resources/resources/backing.fs`.
+Now create a new folder called `resources`. RLTK needs a few files to run, and this is where we put them. Download [resources.zip](./resources.zip), and unzip it into this folder. Be careful to have `resources/backing.fs` (etc.) and not `resources/resources/backing.fs`.
 
 Save, and go back to the terminal. Type `cargo run`, and you will be greeted with a console window showing `Hello Rust`.
 
+![Screenshot](./c1-s1.png)
+
 ## Playing with the tutorials
 
 TODO: Git glone, and how to build and use the tutorials in this package.

BIN
book/src/resources.zip