Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dank074 authored Aug 21, 2020
1 parent a437184 commit 475656b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
Habbo imager for generating badge and avatar images. All credit to Wesley

## Installation
Just click the executable to run, it will start a server on port 8000.

Install depenencies:
```
pip install uvicorn
```
```
pip install starlette
```

Start up the server:
```
python server.py
```

## Usage
Example usage:
Expand Down

0 comments on commit 475656b

Please sign in to comment.