Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Readme documentation #31

Merged
merged 2 commits into from
Nov 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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