shortenit/README.md

15 lines
312 B
Markdown
Raw Normal View History

2021-03-20 11:02:42 +00:00
# Shortenit
Shortenit is a tool to shorten urls.
**NOTE**: This is a very early draft project. Contributions are welcome.
## Running
To run `shortenit`, edit the configuration file found in [config/config.yaml](config/config.yaml) then run the following commands.
2021-03-20 11:02:42 +00:00
```text
$ pip install -e .
$ shortenit
```