Skip to content

Commit

Permalink
Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinMB committed May 20, 2021
1 parent 60ee5c0 commit e8ef26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ end
You can also install Sobelow globally by executing the following
from the command line:

$ mix archive.install hex sobelow
$ mix escript.install hex sobelow

To install from the master branch, rather than the latest release,
the following command can be used:

$ mix archive.install github nccgroup/sobelow
$ mix escript.install github nccgroup/sobelow

## Use

Expand Down

1 comment on commit e8ef26c

@alex0112
Copy link

@alex0112 alex0112 commented on e8ef26c May 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helps resolve #89 . Thank you!

Please sign in to comment.