From e6acc4aca1db7bd8e0ec0395fecbff439239bc35 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Apr 2014 14:32:05 +0100 Subject: Add the beginnings of a tutorial --- TUTORIAL | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TUTORIAL (limited to 'TUTORIAL') diff --git a/TUTORIAL b/TUTORIAL new file mode 100644 index 0000000..75f93e1 --- /dev/null +++ b/TUTORIAL @@ -0,0 +1,25 @@ +distix tutorial +=============== + +distix is a distributed ticketing system. This is a tutorial for the +command line interface. + +Initialise a new ticket repository: `distix init` +------------------------------------------------- + +distix keeps all tickets in text files in a git repository. The +repository is created (or at least initialised) with the `distix init` +command: + + distix init my-tickets + cd my-tickets + +The `init` command takes a directory name as its argument. +Alternatively, you can create an empty directory, change there, and +run `init` without an argument: + + mkdir my-tickets + cd my-tickets + distix init + +Use whichever is more convenient for you, they work identically. -- cgit v1.2.1