mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Update README
This commit is contained in:
parent
df0866b424
commit
5956d9301e
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -5,17 +5,17 @@ An experimental [Hikari](https://www.hikari-py.dev) Discord bot for reverse imag
|
|||
[Poetry](https://python-poetry.org)
|
||||
## Installing
|
||||
```
|
||||
git clone -b hikari https://github.com/Myned/Modufur.git
|
||||
git clone --branch hikari https://github.com/Myned/Modufur.git
|
||||
```
|
||||
```
|
||||
cd Modufur
|
||||
```
|
||||
```
|
||||
poetry install
|
||||
poetry install --no-dev
|
||||
```
|
||||
## Usage
|
||||
```
|
||||
poetry run python run.py
|
||||
poetry run python -00 run.py
|
||||
```
|
||||
## Setup
|
||||
`config.toml` will automatically generate if it does not exist
|
||||
|
@ -40,6 +40,16 @@ poetry env remove python
|
|||
```
|
||||
poetry update
|
||||
```
|
||||
## Contributing
|
||||
```
|
||||
git clone --branch hikari https://github.com/Myned/Modufur.git
|
||||
```
|
||||
```
|
||||
cd Modufur
|
||||
```
|
||||
```
|
||||
poetry install
|
||||
```
|
||||
## Credits
|
||||
[hikari](https://github.com/hikari-py/hikari)\
|
||||
[hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb)\
|
||||
|
|
Loading…
Reference in a new issue