Skip to content

Commit

Permalink
Using releases from @shirou repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabith K Soopy authored and sks committed Jul 18, 2018
1 parent c7210e3 commit 67a1558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Install

Download from `here`_. Please choose your artitecture. (and chmod ugo+x if needed)

.. _here: https://github.com/sks/mqttcli/releases/latest
.. _here: https://github.com/shirou/mqttcli/releases/latest


::

curl https://raw.githubusercontent.com/sks/mqttcli/master/install.sh | sh
curl https://raw.githubusercontent.com/shirou/mqttcli/master/install.sh | sh


Or if you have golang environment, type this to build on your host.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Based on https://raw.githubusercontent.com/golang/dep/master/install.sh

RELEASES_URL="https://github.com/sks/mqttcli/releases"
RELEASES_URL="https://github.com/shirou/mqttcli/releases"
INSTALL_NAME="mqttcli"
if [ -z ${INSTALL_DIRECTORY} ]
then
Expand Down

0 comments on commit 67a1558

Please sign in to comment.