Skip to content

Commit 944c2df

Browse files
committed
Updated README
1 parent b0303c8 commit 944c2df

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# tutorial-code
1+
# EMEWS Tutorial Code Repository #
2+
3+
This repository contains the example code for the EMEWS tutorial *add link*.
4+
5+
The easiest way to download the example code is by cloning the repository:
6+
7+
```bash
8+
$ cd <my_tutorial_code_location>
9+
$ git clone https://github.com/emews/emews-tutorial-code.git
10+
```
11+
12+
or
13+
14+
```bash
15+
$ cd <my_tutorial_code_location>
16+
$ git clone [email protected]:emews/emews-tutorial-code.git
17+
```
18+
19+
The Repast Simphony model use in the use case 1 tutorial can be downloaded here *add link*.
20+
To install the model: *add instructions*

0 commit comments

Comments
 (0)