Updated README.md
This commit is contained in:
parent
b3f2ebb474
commit
8154ba8e0e
|
@ -1,4 +1,4 @@
|
|||
# matrix-emoji-upload
|
||||
# matrix-emoji-autoupload
|
||||
|
||||
Automated emoji uploader for Matrix.
|
||||
|
||||
|
@ -6,6 +6,8 @@ Very janky and without any guarantees.
|
|||
|
||||
## Usage
|
||||
|
||||
A [venv](https://docs.python.org/3/library/venv.html) setup is recommended.
|
||||
|
||||
Install dependencies:
|
||||
|
||||
`pip -r requirements.txt`
|
||||
|
@ -13,7 +15,7 @@ Install dependencies:
|
|||
Run as a CLI command:
|
||||
|
||||
```
|
||||
python emoji-upload [-h] --tag TAG --token TOKEN --instance INSTANCE emoji_file [emoji_file ...]
|
||||
python main.py [-h] --tag TAG --token TOKEN --instance INSTANCE emoji_file [emoji_file ...]
|
||||
|
||||
positional arguments:
|
||||
emoji_file a list of files to upload
|
||||
|
|
Loading…
Reference in New Issue