Skip to content

Commit

Permalink
Merge pull request #53 from voidabhi/backup-readme
Browse files Browse the repository at this point in the history
added backup command to readme
  • Loading branch information
chentepixtol committed May 27, 2014
2 parents 889eec0 + 6fbcf0c commit e2d283b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -128,4 +128,15 @@ With this command, will be created a deploy folder, that will has the files:

Upload this folder to any server path, and points your web server to this path and your application will works.

### Backup

To create backup of your project, run :

```sh
$ wonkajs backup [directory]
```

This will create backup of your project in given directory. If directory is not specified, it will create backup in root directory.


For more information [read the docs](https://github.com/llorsat/wonkajs/wiki).

0 comments on commit e2d283b

Please sign in to comment.