File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## How to build
2
2
1 . Download or clone repository:
3
3
git clone git://github.com/max-l/Squeryl.git
4
- 2 . Open a shell in the project's root directory, and launch SBT, with ./sbt
4
+ 2 . Open a shell in the project's root directory and launch SBT with ./sbt
5
5
this will fetch the required version of Scala both for
6
6
SBT itself and for Squeryl.
7
- 3 . Type 'package' to create a jar in ./target/[ scala version] /.
8
- The 'test' command will run the test suite against the
7
+ 3 . The 'test' command will run the test suite against the
9
8
minimalist but very complete H2 database.
9
+ Type 'package' to create a jar in ./target/[ scala version] .
10
+
10
11
## For more information
11
12
Documentation can be found at [ The Squeryl Website] [ 1 ] and questions can be directed to the [ Google Group] [ 2 ]
12
13
You can’t perform that action at this time.
0 commit comments