Skip to content

Commit 0f48526

Browse files
Update README.md
1 parent ad81da9 commit 0f48526

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example: `$ git-sim merge <branch>`
3232
- Animation only: Speed up or slow down animation speed as desired
3333

3434
## Quickstart
35-
Optional: If you prefer using Docker, skip steps (1) and (2) here and jump to the [Docker installation](#docker-installation) section below, then come back here to step (3).
35+
\*Optional: If you prefer using Docker, skip steps (1) and (2) here and jump to the [Docker installation](#docker-installation) section below, then come back here to step (3).\*
3636

3737
1) **Install Manim and its dependencies for your OS / environment:**
3838
- [Install Manim on Windows](https://docs.manim.community/en/stable/installation/windows.html)
@@ -395,9 +395,8 @@ $ docker build -t git-sim .
395395
- Windows: `docker run --rm -v %cd%:/usr/src/git-sim git-sim [global options] <subcommand> [subcommand options]`
396396
- MacOS / Linux: `docker run --rm -v $(pwd):/usr/src/git-sim git-sim [global options] <subcommand> [subcommand options]`
397397

398-
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 to your `.bashrc` or equivalent (then restart your terminal):
398+
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:
399399

400-
<h5 a><strong><code>.bashrc</code></strong></h5>
401400
```bash
402401
git-sim() { docker run --rm -v $(pwd):/usr/src/git-sim git-sim "$@" }
403402
```

0 commit comments

Comments
 (0)