Skip to content

Commit

Permalink
Merge pull request #130 from bostrt/patch-1
Browse files Browse the repository at this point in the history
Update install command in README.md
  • Loading branch information
gmeghnag authored Jan 20, 2024
2 parents eea6768 + d2ceebb commit 1f2a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
```
# cd to a directory that is in your $PATH
curl -sL https://github.com/gmeghnag/omc/releases/latest/download/omc_$(uname -o)_$(uname -m).tar.gz | tar xzf - omc && chmod +x ./omc
curl -sL https://github.com/gmeghnag/omc/releases/latest/download/omc_$(uname)_$(uname -m).tar.gz | tar xzf - omc && chmod +x ./omc
omc -h
```
Expand Down

0 comments on commit 1f2a6ae

Please sign in to comment.