README change

This commit is contained in:
ultimateplayer1999 2023-01-16 09:59:35 +01:00
parent 1a9af4bfbe
commit c19104b416
Signed by: ultimateplayer1999
GPG Key ID: 690D4E43F8B51E51
1 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,21 @@ It adds all domains found after custom domains are added. If not needed they can
**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.
```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
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.