Skip to content

Commit

Permalink
Changes to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Dec 23, 2020
1 parent e0c9faf commit e4e7377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.0.1
VERSION=0.0.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installation
===========
On linux, just run:
```console
adam@console~$ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.0.1/install.sh | sudo bash
adam@console~$ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.0.2/install.sh | sudo bash
```

Maintainers and Developers
Expand Down
1 change: 1 addition & 0 deletions gopack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ packages:
- gopkg.in/yaml.v2
- golang.org/x/crypto/bcrypt
- github.com/joho/godotenv
- golang.org/x/term
devpackages:
- golang.org/x/sys/unix

0 comments on commit e4e7377

Please sign in to comment.