Skip to content

Commit 775d9b8

Browse files
authored
Merge pull request #52 from joroKr21/patch-1
Add recipe for dependencies to README
2 parents 0fdb604 + b2b42f5 commit 775d9b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ sbt> set scalaHome in ThisBuild := Some(file("/code/scala/build/pack"))
5454
sbt> set scalaHome in compilation := "2.11.1" // if micro project isn't compatible with "2.11.1"
5555
```
5656

57+
### Adding dependencies
58+
List classpath entries for dependencies in a file `/path/to/corpus/deps.txt`.
59+
5760
### Persisting results
5861

5962
- Provide `INFLUX_PASSWORD` as an environment variable

0 commit comments

Comments
 (0)