diff --git a/README.md b/README.md index b692428..9061b52 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you need help or run into errors please reach out on our [Discord](https://di ### Pypush Manual Installation Make sure you have git and Python installed. -1. `git clone -b sms-registration https://github.com/beeper/pypush` +1. `git clone -b sms-registration https://github.com/JJTech0130/pypush` 2. `cd pypush` # Number Registration on Linux/MacOS diff --git a/unix_installer.sh b/unix_installer.sh index d66f996..4a534c5 100644 --- a/unix_installer.sh +++ b/unix_installer.sh @@ -37,7 +37,7 @@ source ~/.venv/pypush/bin/activate # Clone the repo cd ~ -git clone -b sms-registration https://github.com/beeper/pypush +git clone -b sms-registration https://github.com/JJTech0130/pypush cd pypush # Install dependencies diff --git a/windows_installer.ps1 b/windows_installer.ps1 index 935a40d..c38b71e 100644 --- a/windows_installer.ps1 +++ b/windows_installer.ps1 @@ -47,9 +47,9 @@ Write-Output "Activating virtual environment" cd "$env:USERPROFILE" -# Clone the "sms-registration" branch of the repository located at https://github.com/beeper/pypush using git. +# Clone the "sms-registration" branch of the repository located at https://github.com/JJTech0130/pypush using git. Write-Output "Cloning sms-registration branch" -git clone -b sms-registration https://github.com/beeper/pypush +git clone -b sms-registration https://github.com/JJTech0130/pypush # Change directories to the repository. Write-Output "Changing directories"