Mention sandboxing in the FAQ

Fixes https://github.com/alexarchambault/coursier/issues/160
This commit is contained in:
Alexandre Archambault 2016-02-28 17:30:03 +01:00
parent af5275c014
commit 66b20410df
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