Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Add links to dependencies
- Update title
- Add "Running" section
- Minor styling improvements
  • Loading branch information
Tomodachi94 committed Sep 1, 2021
1 parent 5d827fc commit 9cf093d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
@@ -1,2 +1,10 @@
# dash2
A cleanroom rewrite of Dash in Hikari.
# Dash 2

A cleanroom rewrite of [Dash](https://github.com/tomodachi94/dash) on [Lightbulb](https://github.com/tandemdude/hikari-lightbulb) and [Hikari](https://github.com/hikari-py/hikari).

## Running

```bash
pip install -r requirements.txt
python dash/bot.py
```

0 comments on commit 9cf093d

Please sign in to comment.