Skip to content

Commit 11474c9

Browse files
authored
Fix bad interactive mode
1 parent 4a9a1ac commit 11474c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docker load --input freefemX.XX.tar
2727
Start the Docker image in interactive mode:
2828

2929
```bash
30-
docker run -ti freefem
30+
docker run -ti freefem bash
3131
```
3232

3333
Execute all the `*.edp` scripts available in the current directory

0 commit comments

Comments
 (0)