CONTRIBUTING.md: make paths generic with respect to versions

This commit is contained in:
Chris Rebert 2015-07-30 14:34:17 -07:00
Родитель db4a158f7b
Коммит 1b245e8122
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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).