Skip to content

Commit f0954fc

Browse files
author
William Morgan
committed
add INSTALL with gem and non-gem install instructions
Ditz-issue: 2f1ba961b0945536b511a2b1cc00c5313359f099
1 parent 5d1f52f commit f0954fc

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

INSTALL

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
There are a couple ways to install ditz.
2+
3+
1. If you have Rubygems, it's available as a gem. Command your computer
4+
to "gem install ditz".
5+
6+
2. Get the tarball. Since you're reading this file, you probably have it
7+
already.
8+
9+
2a. If you're happy with ditz being installed in /usr/bin and the library
10+
files spread wantonly across your filesystem,
11+
ruby setup.rb
12+
13+
2b. If you want to control where the files are installed,
14+
ruby setup.rb config --prefix=/bin /dir--siterubyver=/lib/dir
15+
ruby setup.rb install
16+
17+
2c. Just run it directly from the tarball.
18+
ruby -Ilib bin/ditz
19+
20+
Good luck, and report any problems to [email protected]

bugs/issue-2f1ba961b0945536b511a2b1cc00c5313359f099.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ type: :feature
77
component: ditz
88
release: "0.5"
99
reporter: William Morgan <[email protected]>
10-
status: :unstarted
11-
disposition:
10+
status: :closed
11+
disposition: :fixed
1212
creation_time: 2008-07-28 23:51:50.596350 Z
1313
references: []
1414

@@ -18,4 +18,8 @@ log_events:
1818
- William Morgan <[email protected]>
1919
- created
2020
- ""
21+
- - 2008-07-29 00:39:08.990836 Z
22+
- William Morgan <[email protected]>
23+
- closed with disposition fixed
24+
- ""
2125
git_branch:

0 commit comments

Comments
 (0)