change readme
This commit is contained in:
parent
e3c219636d
commit
c880fae293
|
@ -13,10 +13,10 @@ pip install -r requirements.txt
|
||||||
4. change setting
|
4. change setting
|
||||||
```
|
```
|
||||||
# copy example setting file
|
# copy example setting file
|
||||||
cp setting_example.py setting.py
|
cp src/setting_example.py src/setting.py
|
||||||
|
|
||||||
# edit setting file
|
# edit setting file
|
||||||
vim setting.py
|
vim src/setting.py
|
||||||
```
|
```
|
||||||
- `instance_address`: address of misskey instance that your bot will run
|
- `instance_address`: address of misskey instance that your bot will run
|
||||||
- `access_token`: API access token of your bot account
|
- `access_token`: API access token of your bot account
|
||||||
|
|
Loading…
Reference in a new issue