Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-07-31 00:34:17 +0300
committerChris Rebert <github@rebertia.com>2015-07-31 00:34:17 +0300
commit1b245e8122dfc3daf38f36f56fdca2f376218a64 (patch)
tree54edfa64198d27415e60b3789d02426089c35b99
parentdb4a158f7b82665cce3775143152f3206a9a4911 (diff)
CONTRIBUTING.md: make paths generic with respect to versions
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0f2abc..35336b2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ Hacking on NO CARRIER
0. Ensure that sbt is installed (see above).
1. Go to your `no-carrier` directory.
2. Run `sbt assembly`
-3. If the build is successful, the desired JAR will be generated as `target/scala-2.11/no-carrier-assembly-1.0.jar`.
+3. If the build is successful, the desired JAR will be generated as `target/scala-<scala-version>/no-carrier-assembly-<version>.jar`.
## Licensing
NO CARRIER is licensed under The MIT License. By contributing to NO CARRIER, you agree to license your contribution under [The MIT License](https://github.com/twbs/no-carrier/blob/master/LICENSE.txt).