From e8ef26c0193f3f4ddbe374fd68d2cfec52c540f3 Mon Sep 17 00:00:00 2001 From: Griffin Byatt Date: Thu, 20 May 2021 07:13:38 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 739a695..6254e17 100644 --- a/README.md +++ b/README.md @@ -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