mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-23 23:38:22 -05:00
README change
This commit is contained in:
parent
1a9af4bfbe
commit
c19104b416
18
README.md
18
README.md
@ -3,6 +3,21 @@ It adds all domains found after custom domains are added. If not needed they can
|
|||||||
|
|
||||||
**added a processbar**
|
**added a processbar**
|
||||||
|
|
||||||
|
To install this package you can use one of the below.
|
||||||
|
|
||||||
|
```text
|
||||||
|
git clone https://git.codingvm.codes/ultimateplayer1999/Golang-phish-update.git (Use this one if you do not have SSH keys linked.)
|
||||||
|
|
||||||
|
git clone git@git.codingvm.codes:ultimateplayer1999/Golang-phish-update.git
|
||||||
|
```
|
||||||
|
|
||||||
|
To install the needed external packages use the following commands.
|
||||||
|
```text
|
||||||
|
go get github.com/joho/godotenv
|
||||||
|
go get github.com/cheggaaa/pb/v3
|
||||||
|
go get github.com/go-sql-driver/mysql
|
||||||
|
```
|
||||||
|
|
||||||
The following code is needed in a .env. This is for the DB connection.
|
The following code is needed in a .env. This is for the DB connection.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
@ -34,3 +49,6 @@ Recent changes recieved and has been added to the database. Removed domains dele
|
|||||||
Script ended at 12-01-2023 15:16:19
|
Script ended at 12-01-2023 15:16:19
|
||||||
Time until completion: 1h26m19.334785368s
|
Time until completion: 1h26m19.334785368s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# DISCLAIMER
|
||||||
|
The binary may need to be rebuild. As it is build on Ubuntu and it may also depends on how you installed Golang.
|
||||||
|
Loading…
Reference in New Issue
Block a user