Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece authored Dec 1, 2016
1 parent f4dde7c commit 9af6ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A command-line tool that enables quick deployments over SSH. This is program was
The following steps outline a continuous deployment of a Visual Studio solution to a Raspberry Pi running the default Raspbian SSH daemon.

<ol>
<li>Download and compile this tool. You should end up with SshDeploy.exe and a few dll files.</li>
<li>Download and extract the latest binary release of this tool. https://github.com/unosquare/sshdeploy/releases/tag/1.0.1</li>
<li>Open a Command Prompt (Start, Run, cmd, [Enter Key])</li>
<li>
Navigate to the folder where the SshDeploy.exe file is located (output of step 1).
<br />Example:
<code>cd "C:\projects\sshdeploy\trunk\Unosquare.Labs.SshDeploy\bin\Debug"</code>
<code>cd "C:\utils\sshdeploy\"</code>
</li>
<li>Now go to your Visual Studio Solution (the one you intend to continously deploy to the Raspberry Pi).
</li>
Expand Down

0 comments on commit 9af6ab1

Please sign in to comment.