Add simple run command to README

This commit is contained in:
Ben 2024-01-28 14:18:18 +01:00
parent eddf482d08
commit 015ca8cff8
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
1 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# SatisfactoryCalculator
# Satisfactory Plus Calculator
Using pipenv, run e.g.
```sh
pipenv run calc --result 'Molten Iron'
```