From a2569bee6e58773c8c15658aa44c807870c5d033 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 13 Jul 2024 19:51:36 +0200 Subject: [PATCH] Add readme --- README.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..e350cec --- /dev/null +++ b/README.org @@ -0,0 +1,21 @@ +* Worklog + +Register worklog entries to the Jira API. + +* Download + +** Clone + +#+BEGIN_SRC sh +$ git clone https://github.com/riyyi/worklog +#+END_SRC + +* Build instructions + +#+BEGIN_SRC sh +$ go build +#+END_SRC + +* Gitignore + +git update-index --assume-unchanged src/secrets.go