Skip to content

Commit

Permalink
Merge pull request #312 from opticv/patch-1
Browse files Browse the repository at this point in the history
Update README.md to correct config template filename
  • Loading branch information
Der-Henning committed Mar 26, 2023
2 parents e1eb0e2 + 4d964e4 commit 0b33cc5
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 @@ -76,7 +76,7 @@ Method for advanced usage.
2. Clone the repository `git clone https://github.com/Der-Henning/tgtg`
3. Enter repository folder `cd tgtg`
4. Run `pip install -r requirements.txt`
5. Create config file `cp src/config.template.ini src/config.ini`
5. Create config file `cp src/config.sample.ini src/config.ini`
6. Modify `src/config.ini` as described in the file
7. Run `python src/main.py`

Expand Down

0 comments on commit 0b33cc5

Please sign in to comment.