visage-app 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- 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
|