Skip to content

Commit

Permalink
Typo fix Update README.md (#349)
Browse files Browse the repository at this point in the history
Fix incorrect echo command in LaTeX setup instructions for Mac
  • Loading branch information
defitricks authored Nov 20, 2024
1 parent 291501f commit 2dc9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papers/leanimt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This folder contains the LeanIMT Paper ([Download PDF](https://github.com/privac
3. Add the path by running:

```bash
echo -n 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc
echo 'export PATH=$HOME/bin:$PATH' >> ~/.zshrc
```

Read more about it [here](https://stackoverflow.com/questions/11530090/adding-a-new-entry-to-the-path-variable-in-zsh/47795375#47795375).
Expand Down

0 comments on commit 2dc9a19

Please sign in to comment.