Skip to content

Commit

Permalink
Error safe documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trumully committed Sep 16, 2024
1 parent d8bb99b commit ab700e8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Personal use bot.
### Installing
#### Clone the repository:
```shell
git clone https://github.com/trumully/Dynamo
git clone https://github.com/trumully/dynamo.git
```
#### Install and run:
```shell
cd dynamo
poetry install
poetry run dynamo setup
poetry run dynamo
Expand All @@ -21,8 +22,17 @@ poetry run dynamo
```shell
poetry install --with=dev
```

### Run bot in debug mode
```shell
poetry run dynamo --debug
```

### Run tests
#### CLI
> [!INFO]
> Running tests from the CLI is recommended
#### CLI (recommended)
```shell
poetry run pytest tests --asyncio-mode=strict -n logical
```
Expand Down

0 comments on commit ab700e8

Please sign in to comment.