Skip to content

Commit

Permalink
Fixing windows path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Jul 3, 2020
1 parent e7d49bd commit f74326a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ The `--rm` flag here specifies that Docker should remove the container after you
Your container is now set up. You can run the following commands to to confirm that everything is working properly:

```bash
.\test\test
.\test\bench
./test/test
./test/bench
```

A pre-compiled image can be found at [esimkowitz/pitchdetection](https://hub.docker.com/repository/docker/esimkowitz/pitchdetection).
Expand Down

0 comments on commit f74326a

Please sign in to comment.