Skip to content

Commit

Permalink
some more fixes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
megatolya committed Apr 19, 2013
1 parent f2f3392 commit ec8c842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 168 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
yadisk.log
npm-debug.log
out
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
#Yandex disk comannd line interface
#Yandex disk command line interface

##Why yadisk
##Why yadisk?
* It's cli. everybody love cli!
* You can sync only dirrectories you want to have on you PC
* ???
* PROFIT

##Installation

npm install -g yadisk
```npm install -g yadisk```

##Usage:

yadisk COMMAND [OPTIONS] [ARGS]
yadisk [OPTIONS] [ARGS]

At first you should login by typing ```yadisk login``` and then you can operate with your disk.
At first you should login by typing ```yadisk login``` and then you can operate with your disk. To list all available commands run ```yadisk --help```.

##Commands:

Expand Down
160 changes: 0 additions & 160 deletions npm-debug.log

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yadisk",
"version": "0.0.2",
"version": "0.0.3",
"description": "yandex disk command line tool",
"main": "bin/yadisk",
"bin": {
Expand Down

0 comments on commit ec8c842

Please sign in to comment.