Skip to content

Commit

Permalink
Rev 608: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Jul 30, 2024
1 parent af88454 commit eea8c2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ To download RX pool use special `pool` tag:
- To run Ruxx directly using python target `ruxx_cmd.py` or `ruxx_gui.py`
- `python ruxx_cmd.py <...args>` - run Ruxx command
- `python ruxx_gui.py` - run Ruxx GUI
- ...or just use `ruxx.py` universally
- `python ruxx.py <...args>` - run Ruxx command
- `python ruxx.py <no args>` - run Ruxx GUI

Invoke `Ruxx --help` or `python ruxx_cmd.py --help` for full help

Expand Down
4 changes: 2 additions & 2 deletions src/app_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
APP_NAME = 'Ruxx'
APP_VER_MAJOR = '1'
APP_VER_SUB = '4'
APP_REVISION = '607'
APP_REVISION = '608'
APP_IS_BETA = False
APP_IS_BETA_TEXT = 'b' * APP_IS_BETA
APP_REV_DATE = '29 Jul 2024'
APP_REV_DATE = '30 Jul 2024'
APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}'

#
Expand Down

0 comments on commit eea8c2c

Please sign in to comment.