From 3935914116d7289a8b545cc8d758785d9f8dcd13 Mon Sep 17 00:00:00 2001 From: Haifeng Gu Date: Mon, 5 Nov 2018 11:21:50 -0800 Subject: Update commandline `sbt publishLocal` (#931) With the newest version of SBT, the commandline `sbt publish-local` should be changed to `sbt publishLocal`.--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e41e721..2e14d9e0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sbt assembly * **Note:** You can add `utils/bin` to your path to call firrtl from other processes 1. Publish this version locally in order to satisfy other tool chain library dependencies: ``` -sbt publish-local +sbt publishLocal ``` ##### Useful sbt Tips -- cgit v1.2.3