Skip to content

Commit

Permalink
Documentation update (README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Aug 17, 2023
1 parent 7079611 commit ce3f30c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ $ pip install timeforge
This program has currently only a command line interface. Use

``` bash
$ python -m timeforge --help
$ timeforge --help
```

to get an overview of the functionality. The PDF document with the form will be automatically downloaded from the PSE homepage.

Furthermore this tool has a rudimentary but working UI. Only Linux and MAC are supported, maybe it also works on Windows. Call

``` bash
$ timeforge-tui
```

to start the user interface
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "TimeForge"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Michael Hohenstein", email="[email protected]" },
]
Expand Down

0 comments on commit ce3f30c

Please sign in to comment.