diff --git a/README.rst b/README.rst index c719e3e..36d7c39 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/install.sh b/install.sh index 91f9032..65c4f7f 100755 --- a/install.sh +++ b/install.sh @@ -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