mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
fixed some more links in the scripts
This commit is contained in:
parent
bf28e6a69c
commit
f9964390fe
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ If you need help or run into errors please reach out on our [Discord](https://di
|
||||||
### Pypush Manual Installation
|
### Pypush Manual Installation
|
||||||
Make sure you have git and Python installed.
|
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`
|
2. `cd pypush`
|
||||||
|
|
||||||
# Number Registration on Linux/MacOS
|
# Number Registration on Linux/MacOS
|
||||||
|
|
|
@ -37,7 +37,7 @@ source ~/.venv/pypush/bin/activate
|
||||||
|
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
cd ~
|
cd ~
|
||||||
git clone -b sms-registration https://github.com/beeper/pypush
|
git clone -b sms-registration https://github.com/JJTech0130/pypush
|
||||||
cd pypush
|
cd pypush
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
|
@ -47,9 +47,9 @@ Write-Output "Activating virtual environment"
|
||||||
|
|
||||||
cd "$env:USERPROFILE"
|
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"
|
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.
|
# Change directories to the repository.
|
||||||
Write-Output "Changing directories"
|
Write-Output "Changing directories"
|
||||||
|
|
Loading…
Reference in a new issue