You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
270 B
22 lines
270 B
4 months ago
|
* 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
|