Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Nov 13, 2024
1 parent 6a1b3ac commit 565ebc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This project aims to raise awareness about the security risks of IDN homograph a

## Installation

1. Clone the repository: git clone https://github.com/glaubermagal/evilurl.git
1. Navigate to the project directory: cd evilurl
1. Clone the repository: `git clone https://github.com/glaubermagal/evilurl.git`
1. Navigate to the project directory: `cd evilurl`
1. Create a virtual environment: python3 -m venv .venv
1. Activate the virtual environment: `source .venv/bin/activate` (Linux/macOS) or `.venv\Scripts\activate` (Windows)
1. Install dependencies: `pip install -r requirements.txt`
Expand Down

0 comments on commit 565ebc9

Please sign in to comment.