Skip to content

Commit

Permalink
Add git clone instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Jun 24, 2018
1 parent 3af2db1 commit 989510d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,15 @@ in security. The tutorial takes about three hours, with an equal split between
lectures and practical exercises (further details are provided on the
[webpage](https://distrinet.cs.kuleuven.be/software/sancus/tutorial.php)).

To get started, simply clone this repository:

```bash
$ git clone https://github.com/sancus-pma/tutorial-dsn18.git
$ cd tutorial-dsn18
$ git submodule init
$ git submodule update
```

The source code in this repository is organized as follows:

- **app/sancus:** instructions and source code exercises for the Sancus-enabled
Expand Down

0 comments on commit 989510d

Please sign in to comment.