Skip to content

Commit fc7fb12

Browse files
Update README.md
1 parent 0f1e353 commit fc7fb12

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
@@ -455,7 +455,7 @@ $ docker build -t git-sim .
455455
Optional: On MacOS / Linux / or GitBash in Windows, create an alias for the long docker command so your can run it as a normal `git-sim` command. To do so add the following line to your `.bashrc` or equivalent, then restart your terminal:
456456

457457
```bash
458-
git-sim() { docker run --rm -v $(pwd):/usr/src/git-sim git-sim "$@" }
458+
git-sim() { docker run --rm -v $(pwd):/usr/src/git-sim git-sim "$@"; }
459459
```
460460

461461
This will enable you to run git-sim subcommands as [described above](#commands).

0 commit comments

Comments
 (0)