Skip to content

Commit

Permalink
Merge pull request #31 from utsavized/readme_typo
Browse files Browse the repository at this point in the history
Improve Readme documentation
  • Loading branch information
David Ebbo committed Nov 20, 2015
2 parents 28c17c2 + a608231 commit 9258ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### KuduSync

Tool for syncing files for deployment, will only copy changed files and delete files that don't exists in the destination but only if they were part of the previous deployment.
Tool for syncing files for deployment, will only copy changed files and delete files that don't exist in the destination but only if they were part of the previous deployment.

This is the node.js version of [KuduSync.NET](https://github.com/projectkudu/KuduSync.NET).

Expand All @@ -11,7 +11,7 @@ Install from npm - `npm install -g kudusync`

kudusync `-f [source path] -t [destination path] -n [path to next manifest path] -p [path to current manifest path] -i <paths to ignore delimited by ;>`

The tool will sync files from the `[source path]` path to the `[destination path]` path using the manifest file in `[path to current manifest path]` to help determine what was added/removed and will write the new manifest file at path `[path to current manifest path]`.
The tool will sync files from the `[source path]` to the `[destination path]` using the manifest file in `[path to current manifest]` to help determine what was added/removed, and will write the new manifest file at `[path to current manifest]`.
Paths in `<paths to ignore>` will be ignored in the process


Expand Down

0 comments on commit 9258ad2

Please sign in to comment.