visage-app 0.1.5 → 0.1.6
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.md +2 -2
- data/VERSION +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -29,13 +29,13 @@ On CentOS, to install dependencies run:
|
|
|
29
29
|
|
|
30
30
|
Then install the app with:
|
|
31
31
|
|
|
32
|
-
$ gem install visage
|
|
32
|
+
$ gem install visage-app
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
Running
|
|
36
36
|
-------
|
|
37
37
|
|
|
38
|
-
You can
|
|
38
|
+
You can try out the application quickly with:
|
|
39
39
|
|
|
40
40
|
$ visage start
|
|
41
41
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|