Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
new92 committed Feb 25, 2024
1 parent 54b479b commit 3aa6457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ python3 ./igfi.py -u <username> -p <password> --session <path_to_session_file>
git clone https://github.com/new92/IGFI
cd IGFI
docker build -t igfi .
docker run -e DOCKER_CONTAINER=true -e USERNAME=<username> -e PASSWORD=<password> -e SESSION=<session_file> -p 4000:4000 -it igfi
docker run -e DOCKER_CONTAINER=true -e USERNAME=<username> -e PASSWORD=<password> -e SESSION=<path_to_session_file> -p 4000:4000 -it igfi
```

## Virtual environment setup πŸ’»
Expand All @@ -75,8 +75,8 @@ cd IGFI
python -m venv igfi
.\igfi\scripts\activate
pip install -r ./files/requirements.txt
python3 ./cookies.py
python3 ./igfi.py -u <username> -p <password> --session <session_file>
python3 cookies.py
python3 igfi.py -u <username> -p <password> --session <path_to_session_file>
```

### Linux 🐧 / MacOS 🍎
Expand All @@ -88,7 +88,7 @@ python -m venv igfi
source venv/bin/activate
pip install -r ./files/requirements.txt
python3 ./cookies.py
python3 ./igfi.py -u <username> -p <password> --session <session_file>
python3 ./igfi.py -u <username> -p <password> --session <path_to_session_file>
```

##### Virtual environment deactivation πŸ“­
Expand Down

0 comments on commit 3aa6457

Please sign in to comment.