Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrof-ciandt committed Sep 4, 2020
1 parent f922914 commit 79f291f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Created for a similar purpose as it's author:
## Install
```sh
git clone git@github.com:lnfnunes/cowsay-swift-cli.git
cd cowsay-cli
cd cowsay-swift-cli
swift build -c release
cp -f .build/release/CommandLineTool /usr/local/bin/commandlinetool
# That’s it! Now the script can be run from anywhere!
cp -f .build/release/cowsay /usr/local/bin/cowsay
# That’s it! Now you can run "cowsay" from anywhere!
```

## Usage
Expand Down

0 comments on commit 79f291f

Please sign in to comment.