aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..77f6b2d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
1# Auto telegram reaction
2
3Automatically sets reactions for the user
4
5## Build
6
7```sh
8mkdir build && cd build
9```
10
11```sh
12cmake DCMAKE_BUILD_TYPE=Release .. && cmake --build .
13```
14
15## Usage
16
17```sh
18./AutoTelegramReaction <user_id> <reaction_emoji>
19```