Skip to content

Commit

Permalink
CHANGE the install instructions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysdeadname committed May 26, 2021
1 parent 79680cd commit 5885be8
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 @@ -119,7 +119,7 @@ The Qual ID CLI allows qual ID's to be generated locally. It only requires `pyth

To use the Qual ID CLI, run
```bash
sh $(curl -s "https://raw.githubusercontent.com/gabrielbarker/qual-id/main/bin/install.sh") <INSTALL_DIRECTORY>
curl -s "https://raw.githubusercontent.com/gabrielbarker/qual-id/main/bin/install.sh"|sh -s <INSTALL_DIRECTORY>
```
where `<INSTALL_DIRECTORY>` is the path of a directory that is part of your terminal path. _Note: If omitted, the current directory is used_

Expand Down

0 comments on commit 5885be8

Please sign in to comment.