From 1b245e8122dfc3daf38f36f56fdca2f376218a64 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 30 Jul 2015 14:34:17 -0700 Subject: CONTRIBUTING.md: make paths generic with respect to versions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-/no-carrier-assembly-.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). -- cgit v1.2.3