Some tidying up

This commit is contained in:
Nathan Fiedler
2017-10-08 17:10:56 -07:00
parent 88dcb28e40
commit c2e519f19f
3 changed files with 17 additions and 18 deletions

View File

@ -80,8 +80,8 @@ There are still many missing functions, so if you find there is something you wo
```
$ cd docker
$ docker-compose build
$ docker-compose start
$ docker-compose run magick-rust
$ cargo clean
$ cargo build
$ cargo test
```