laze 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +4 -6
- data/VERSION.yml +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -8,14 +8,12 @@ Laze is currently in development. Use at your own risk.
|
|
8
8
|
|
9
9
|
== Installation
|
10
10
|
|
11
|
-
|
12
|
-
by cloning its git repository or downloading the source from its github
|
13
|
-
project page. Copy all source files to some location on your hard drive.
|
14
|
-
Then you can run Laze like so:
|
11
|
+
You can install Laze as a rubygem:
|
15
12
|
|
16
|
-
|
13
|
+
gem install laze
|
17
14
|
|
18
|
-
|
15
|
+
You may need to prefix that with <tt>sudo</tt>, depending on your system.
|
16
|
+
You should then be able to use <tt>laze</tt> anywhere.
|
19
17
|
|
20
18
|
== Usage
|
21
19
|
|
data/VERSION.yml
CHANGED