diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-10-31 14:06:57 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-10-31 14:06:57 -0700 |
commit | 5b0bb2aeb20bfc683fac0f38822908ad0276e038 (patch) | |
tree | 7d7cfac95c6a25ec21562f97973daafd0338d53d /tutorial | |
parent | c71367c8ed2714f1cfac76eea80cf26a670a5ac4 (diff) | |
download | mu-5b0bb2aeb20bfc683fac0f38822908ad0276e038.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index 993a1f63..3518f566 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -45,7 +45,7 @@ and help me improve it. ## Task 1: getting started Read the first half of [the Readme](https://github.com/akkartik/mu/blob/main/README.md) -(stop before the section on &ldqu;Syntax”). Can you figure out the +(stop before the section on “Syntax”). Can you figure out the commands to prepare Mu on your computer? Open a terminal and run the following commands to prepare Mu on your computer: |