Skip to content

Commit d8cad98

Browse files
authored
Update README.md
1 parent 92be038 commit d8cad98

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ You will be able to deploy your project with `deploy-ssh` task
77

88
Usage example:
99

10-
`deploy-ssh yourServerName1 yourServerName2 ...`
11-
12-
or
13-
1410
`deploySsh yourServerName1 yourServerName2 ...`
1511

1612
**autoplugin (sbt >= 0.13.5)**
1713

18-
[Please read sbt documentation before start to work with plugin](http://www.scala-sbt.org/0.13.5/docs/Getting-Started/Using-Plugins.html)
14+
[Please read sbt documentation before start to work with plugin](http://www.scala-sbt.org/1.x/docs/Using-Plugins.html)
1915

2016
- [Installation](#installation)
2117
- [Configuration](#configuration)
@@ -31,7 +27,7 @@ or
3127
Add to your `project/plugins.sbt` file:
3228

3329
``` sbt
34-
addSbtPlugin("com.github.shmishleniy" % "sbt-deploy-ssh" % "0.1.3")
30+
addSbtPlugin("com.github.shmishleniy" % "sbt-deploy-ssh" % "0.1.4")
3531
```
3632

3733
Add resolver to `project/plugins.sbt`:
@@ -230,10 +226,6 @@ After confuguration you will be able to:
230226

231227
### Start deploy procedure from sbt console with `deploySsh` input task:
232228

233-
`deploy-ssh yourServerName1 yourServerName2 ...`
234-
235-
or
236-
237229
`deploySsh yourServerName1 yourServerName2 ...`
238230

239231
### Start deploy procedure from sbt console with `deploySshTask` task:

0 commit comments

Comments
 (0)