Skip to content

Commit

Permalink
update formatting of README
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFGray committed Jan 27, 2017
1 parent ff60534 commit 93614b7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,22 @@ Usage: tekup [OPTIONS] [FILES...]
first will show progress from curl
second will print the json response
third will show verbose output from curl
```

CONFIGURATION:
## Configuration
A configuration file can be defined at $XDG_CONFIG_DIR/tekup/conf (defaults to ~/.config/tekup)
If a line begins with '#' it is treated as a comment and ignored
The configuration file reads the following options:

username teknik.io username
api_key teknik.io api key
expire_length same as -e flag above
do_not_track asks teknik.io not to log the upload
verbose_level must be a number
```
username teknik.io username
api_key teknik.io api key
expire_length same as -e flag above
do_not_track asks teknik.io not to log the upload
verbose_level must be a number
```

If `~/.config/tekup/log` is a writeable file tekup will always ask for a deletion key and log it in that file.
```

## Example:

Expand Down

0 comments on commit 93614b7

Please sign in to comment.