Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suchsoak authored Dec 4, 2023
1 parent 1a4a472 commit 6020613
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

A scanner with socket, with information about a particular ip or url of a website.

>[!NOTE]
> The script is in development, any errors can be fixed in the future.
# How to install

Place in the terminal:
**Place in the terminal:**

```sh
git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git
```
After enter in the files, and put:
**After enter in the files, and put:**

```sh
chmod +X requirements.txt
Expand All @@ -21,7 +22,7 @@ After enter in the files, and put:
pip install -r requirements.txt
```

Now start the script:
**Now start the script:**

```sh
python3 ip.py
Expand Down

0 comments on commit 6020613

Please sign in to comment.