blob: f953c542535b83933fa9a2ffa44fe4c2fb978a84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- a/snap-templates.cabal
+++ b/snap-templates.cabal
@@ -5,14 +5,14 @@ description:
This is the Scaffolding CLI for the official Snap Framework libraries.
It includes:
.
- * The \"snap\" executable program for generating starter projects
+ * The \"snap-framework\" executable program for generating starter projects
.
To get started, issue the following sequence of commands:
.
@$ cabal install snap-templates
$ mkdir myproject
$ cd myproject
- $ snap init@
+ $ snap-framework init@
.
If you have trouble or any questions, see our FAQ page
(<http://snapframework.com/faq>) or the documentation
@@ -57,7 +57,7 @@ extra-source-files:
test/snap-testsuite.cabal,
test/runTestsAndCoverage.sh
-Executable snap
+Executable snap-framework
hs-source-dirs: src
main-is: Snap/Starter.hs
|