Skip to content

Commit 30283b3

Browse files
authored
Update tutorial_docker.md
1 parent 0662288 commit 30283b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
- (optional) Check the pulled image: `docker image ls -a`
66
- Create a Docker container: `docker run -it -v <host directory>:<container directory> fcyucn/fragpipe /bin/bash`. `<host directory>` is the directory in your host machine, and `<container directory>` is the directory you want to map the host directory to container.
77
- Then, you have entered the docker, and FragPipe is located in `/fragpipe_bin`
8-
- Go to `/fragpipe_bin/fragPipe-x.x/fragpipe/bin` directory and execute `./fragpipe --help` in the terminal
8+
- Go to `/fragpipe_bin/fragpipe-x.x/fragpipe-x.x/bin` directory and execute `./fragpipe --help` in the terminal
99

1010
Read more: Check [Running FragPipe in command line interface](https://fragpipe.nesvilab.org/docs/tutorial_headless.html) for the instructions running FragPipe in command line interface.

0 commit comments

Comments
 (0)