Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 10, 2016
1 parent 9e584dc commit cc854bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Download the [conscript runnable jar][jar]. On most OSes you can run
it by double-clicking, but if that doesn't work you can also run it
from the command line.

java -jar conscript-0.4.4-1.jar
java -jar conscript_2.11-0.5.0-proguard.jar

[jar]: https://github.com/foundweekends/conscript/releases/download/0.4.4-1/conscript-0.4.4-1.jar
[jar]: https://dl.bintray.com/foundweekends/maven-releases/org/foundweekends/conscript/conscript_2.11/0.5.0/conscript_2.11-0.5.0-proguard.jar

A "splash screen" will appear during installation. Don't close it
until you see a message that `cs` was installed, or that something
Expand Down
2 changes: 1 addition & 1 deletion notes/0.5.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ conscript (`cs`) is moved to [foundweekends][fw], an organization for people who

### CONSCRIPT_HOME changes

Starting 0.5.0, scripts are created under `$CONSCRIPT_HOME/bin` instead of `$HOME/bin`. Please adjust your `PATH` accordingly.
Starting conscript 0.5.0, scripts are created under `$CONSCRIPT_HOME/bin` instead of `$HOME/bin`. Please adjust your `PATH` accordingly.

You can now use the environment variable `CONSCRIPT_HOME` to control where conscript downloads things (default: `$HOME/.conscript`).
The directory where the scripts will be created can also be controlled via `CONSCRIPT_BIN` envonment variable. As noted above, the default value is `$CONSCRIPT_HOME/bin`.
Expand Down

0 comments on commit cc854bd

Please sign in to comment.