Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bom-d-van committed Jan 2, 2016
1 parent 0c06820 commit a3d2504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ssh-add ~/.ssh/id_rsa # or other path to your private key
ssh-add -l
```

## Usage
## Examples

```sh
# Init harp.json
Expand Down Expand Up @@ -94,6 +94,10 @@ To fix this problem, you need to increase ulimit:
ulimit -n 10240 // or any number that is large enough
```

### The .harp directory

Harp creates a temporary directory called .harp in the current path where it is invoked. It will be removed after harp exits. Under rare circumstances, you can use `harp clean` to remove the directory manually. Also, it's better include `.harp` in `.gitignore` or similar counterpart of your VCS tool.

## Configuration

example:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = 17
const version = 18

0 comments on commit a3d2504

Please sign in to comment.