Merge pull request #185 from alexarchambault/topic/faq-sandboxing

Mention sandboxing in the FAQ
This commit is contained in:
Alexandre Archambault 2016-03-06 19:25:41 +01:00
commit 84818e9426
2 changed files with 22 additions and 0 deletions

View File

@ -618,6 +618,17 @@ Download it from the same link as the command above. Then run from a console, in
```
The `-noverify` option seems to be required after the proguarding step of the main JAR of coursier.
#### How to enable sandboxing?
Set the `COURSIER_CACHE` prior to running `coursier` or SBT, like
```
$ COURSIER_CACHE=$(pwd)/.coursier-cache coursier
```
or
```
$ COURSIER_CACHE=$(pwd)/.coursier-cache sbt
```
## Development tips
#### Working on the plugin module in an IDE

View File

@ -642,6 +642,17 @@ Download it from the same link as the command above. Then run from a console, in
```
The `-noverify` option seems to be required after the proguarding step of the main JAR of coursier.
#### How to enable sandboxing?
Set the `COURSIER_CACHE` prior to running `coursier` or SBT, like
```
$ COURSIER_CACHE=$(pwd)/.coursier-cache coursier
```
or
```
$ COURSIER_CACHE=$(pwd)/.coursier-cache sbt
```
## Development tips
#### Working on the plugin module in an IDE