Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahm authored Jun 18, 2020
1 parent 4c0d87c commit 8ea78d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The easiest approach to try out gtclang is through a Docker container. Simply cl
```bash
$ git clone https://github.com/MeteoSwiss-APN/dawn.git
$ cd dawn && docker build -t gtclang . # Get a coffee...
$ docker run -t gtclang /usr/local/bin/gtclang /usr/src/dawn/dawn/examples/tutorial/laplacian_stencil.cpp
$ docker run gtclang /usr/local/dawn/bin/gtclang /usr/src/dawn/dawn/examples/tutorial/laplacian_stencil.cpp
```

This executes the first step of the tutorial. All the tutorial steps are details in the [README.md](https://github.com/MeteoSwiss-APN/dawn/blob/master/dawn/examples/tutorial/README.md).
Expand Down

0 comments on commit 8ea78d3

Please sign in to comment.