From 841184d8bae17ba191d47fd7e6f38fe11ff9f989 Mon Sep 17 00:00:00 2001 From: Geovanni Perez Date: Mon, 12 Mar 2018 08:36:49 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aafea83..5b07fcf 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ A `dotnet` CLI extension that enables quick deployments over SSH. This program w **If you came here looking for our old version of SSHDeploy please click [here](https://www.nuget.org/packages/SSHDeploy/), otherwise you are in the right place** The following commands are currently available: - * `dotnet monitor` - Watches changes on a single file, if this event is raised then it proceeds to send the specified source path files over SSH - * `dotnet push` - Single-use command that transfers files over SSH + * `dotnet sshdeploy monitor` - Watches changes on a single file, if this event is raised then it proceeds to send the specified source path files over SSH + * `dotnet sshdeploy push` - Single-use command that transfers files over SSH ## Installation As of now, CLI does not allow command line installation so you'll need to modify your csproj manually.