Skip to content

Commit 15f52a7

Browse files
Update README.md
1 parent b1c286a commit 15f52a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker build --no-cache -t thermorawparser -f Dockerfile_basic .
6464
```
6565
Run example:
6666
```
67-
docker run -v /home/user/raw:/data_input -i -t thermorawparser mono /src/bin/Debug/ThermoRawFileParser.exe -i=/data_input/raw_file.raw -o=/data_input/output/ -f=0 -g -m=0
67+
docker run -v /home/user/raw:/data_input -i -t thermorawparser mono /src/bin/x64/Debug/ThermoRawFileParser.exe -i=/data_input/raw_file.raw -o=/data_input/output/ -f=0 -g -m=0
6868
```
6969
Create example for reusing the container:
7070
```

0 commit comments

Comments
 (0)