Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
im-trisha committed Jun 4, 2023
1 parent c88de54 commit 24855d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Then, depending on your os:
Finally, you just need to run ```pip install -r requirements.txt```
To build it as an executable, you then just need to run ```pyinstaller --onefile main.py -n EldenRingFarmBot```
And then, if you want to make it as a release:
```tar -a -c -f EldenRingFarmBot.zip ./dist/EldenRingFarmBot.exe ./settings.yaml```
```tar -a -c -f ./dist/EldenRingFarmBot.zip ./dist/EldenRingFarmBot.exe ./settings.yaml```


## Notes
Expand Down

0 comments on commit 24855d2

Please sign in to comment.