Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fecton authored Aug 10, 2022
1 parent 51d1ad3 commit 7d02060
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Native Linux Games Parser from RuTracker
This parser parse all native linux games and make a quick search by your query. You do not to register at RuTracker or anything, just run it

## How to Run

1. Clone the repository
2. Enter the directory
3. Create a virtual enviroment
4. Activate it
5. Install necessary modules
7. Run the python file 'main.py'
```
git clone https://github.com/fecton/rutracker_parser
cd rutracker_parser
python3 -m venv venv/
source venv/bin/activate
pip3 install -r requirements.txt
./main.py -d "your_game" --help
```

## Functionality

### Help message
Expand Down

0 comments on commit 7d02060

Please # to comment.