Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Moved resources out of bin/ for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ponvert committed Dec 16, 2012
1 parent 4a7461c commit 317dafb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build and use Chalk.
Chalk uses SBT (Simple Build Tool) with a standard directory
structure. To build Chalk, type (in the `$CHALK_DIR` directory):

$ bin/build update compile
$ ./build update compile

This will compile the source files and put them in
`./target/classes`. If this is your first time running it, you will see
Expand All @@ -47,15 +47,15 @@ expected. Once that is over, the Chalk code will be compiled.

To try out other build targets, do:

$ bin/build
$ ./build

This will drop you into the SBT interface. To see the actions that are
possible, hit the TAB key. (In general, you can do auto-completion on
any command prefix in SBT, hurrah!)

To make sure all the tests pass, do:

$ bin/build test
$ ./build test

Documentation for SBT is at <http:https://www.scala-sbt.org/>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 317dafb

Please sign in to comment.