Skip to content

Commit a46e758

Browse files
stockholmuxwebern
andauthored
Update tuftool/README.md
Co-authored-by: Matthew James Briggs <matthew.james.briggs@gmail.com>
1 parent c72202d commit a46e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuftool/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To use tuftool, mount the host working directory to `/share`.
151151
For example, to mount the current directory for `download` you would do something like:
152152

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

157157
## Testing

0 commit comments

Comments
 (0)