mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-13 03:31:50 -05:00
34 lines
762 B
Markdown
34 lines
762 B
Markdown
# Discord QRM Bot
|
|
|
|
A discord bot with ham radio functionalities.
|
|
|
|
An independent rewrite of qrmbot-discord.
|
|
|
|
## Running
|
|
|
|
### Docker
|
|
|
|
See [README-DOCKER.md](./README-DOCKER.md)
|
|
|
|
### Without Docker
|
|
|
|
Prep the environment. For more information on extra options, see the [quick-bot-no-pain Makefile documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/makefile.md).
|
|
|
|
```
|
|
$ make install
|
|
```
|
|
|
|
Run. For more information on options, see the [quick-bot-no-pain run.sh documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/run.sh.md).
|
|
|
|
```
|
|
$ run.sh
|
|
```
|
|
|
|
## Copyright
|
|
|
|
Copyright (C) 2019 Abigail Gold, 0x5c
|
|
|
|
This program is released under the terms of the GNU General Public License,
|
|
version 2. See `COPYING` for full license text.
|
|
|