sixhour 0.0.6 → 0.1.0
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 +6 -6
- metadata +1 -1
data/readme.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
Sinatra Web Application Template
|
|
1
|
+
# SixHour
|
|
4
2
|
|
|
5
3
|
Simple Template to a Web Applcation
|
|
6
4
|
|
|
@@ -13,11 +11,13 @@ Simple Template to a Web Applcation
|
|
|
13
11
|
|
|
14
12
|
## Install
|
|
15
13
|
|
|
16
|
-
gem install
|
|
14
|
+
gem install sixhour
|
|
17
15
|
|
|
18
|
-
gem unpack
|
|
16
|
+
gem unpack sixhour
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
mv sixhour-X.X.X [myapp]
|
|
19
|
+
|
|
20
|
+
cd myapp
|
|
21
21
|
|
|
22
22
|
gem bundle
|
|
23
23
|
|