diff --git a/README.md b/README.md new file mode 100644 index 0000000..3cbb1ba --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# [WIP] + +# Build Image +``` +$ sudo podman build -t expense-bot:0.1.0 . +``` +# Push Image to registry +``` +$ podman login quay.io +$ podman push [hash]|[localhost/expense-bot:0.1.0] docker://quay.io/ksemele/expense-bot:0.1.0 +``` +# Run bot +``` +$ podman login quay.io +$ podman pull quay.io/ksemele/expense-bot +$ podman pull quay.io/ksemele/expense-bot:0.1.0 +``` \ No newline at end of file diff --git a/src/handlers/users/help.py b/src/handlers/users/help.py index 10a1656..c103dee 100644 --- a/src/handlers/users/help.py +++ b/src/handlers/users/help.py @@ -13,6 +13,7 @@ async def bot_help(message: types.Message): "/edit - Edit expense.", "/list - See my expenses.", "/settings - Configure bot.", + "/currencies - Get Official Georgian course", "/test - Test command." )