1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-23 00:17:53 +02:00
This commit is contained in:
kev
2015-06-27 09:55:32 +08:00
parent 56f081dbcf
commit d993e7ddad

View File

@ -1,7 +1,7 @@
taskd taskd
===== =====
[![](https://badge.imagelayers.io/vimagick/taskd:latest.svg)](https://imagelayers.io/?images=vimagick/taskd:latest 'Get your own badge on imagelayers.io') [![](https://badge.imagelayers.io/vimagick/taskd:latest.svg)](https://imagelayers.io/?images=vimagick/taskd:latest)
`Taskwarrior` is Free and Open Source Software that manages your TODO list from `Taskwarrior` is Free and Open Source Software that manages your TODO list from
your command line. It is flexible, fast, efficient, and unobtrusive. It does your command line. It is flexible, fast, efficient, and unobtrusive. It does
@ -52,8 +52,8 @@ its job then gets out of your way.
mkdir -p ~/fig/taskd/taskd/{orgs,users} mkdir -p ~/fig/taskd/taskd/{orgs,users}
cd ~/fig/taskd/taskd/ cd ~/fig/taskd/taskd/
wget http://taskwarrior.org/download/taskd-1.1.0.tar.gz wget -O- http://taskwarrior.org/download/taskd-1.1.0.tar.gz |
tar xvzf taskd-1.1.0.tar.gz --strip 1 taskd-1.1.0/pki tar xvz --strip 1 taskd-1.1.0/pki
cd pki cd pki
vim vars vim vars