Skip to content

Commit

Permalink
Update tuftool/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew James Briggs <[email protected]>
  • Loading branch information
stockholmux and webern authored Nov 8, 2023
1 parent c72202d commit a46e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuftool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ To use tuftool, mount the host working directory to `/share`.
For example, to mount the current directory for `download` you would do something like:

```shell
finch run -it -v $(pwd):/share tuftool download "/share/some_directory" ...
docker run -it -v $(pwd):/share tuftool download "/share/some_directory" ...
```

## Testing
Expand Down

0 comments on commit a46e758

Please sign in to comment.