Skip to content

Commit

Permalink
fixed indentation README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phiros committed Apr 5, 2019
1 parent 1b1051c commit 7e6bc05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ A [https://mite.yo.lk/en/](MITE) time tracking command line interface.

1. Grab a release from https://github.com/leanovate/mite-go/releases for your operating system and unpack it into your
$PATH (or %PATH% on windows).
2. Setup mite-go to use your API key by:
1. visiting https://<your account name here>.mite.yo.lk/myself and note down the API key
2. executing the following commands
`mite-go config api.key=<your API key here>`
`mite-go config api.url=https://<your account name here>.mite.yo.lk`
2. Setup `mite-go` to use your API key by:
1. visiting https://<your account name here>.mite.yo.lk/myself and note down the API key
2. executing the following commands
`mite-go config api.key=<your API key here>`
`mite-go config api.url=https://<your account name here>.mite.yo.lk`
3. Optional: set a default project & service by:
1. retrieving the desired project & service id by executing `mite-go projects` and `mite-go services` respectively
2. configuring those id's as default by executing `mite-go config projectId=<the project id>` and `mite-go config serviceId=<the service id>`
1. retrieving the desired project & service id by executing `mite-go projects` and `mite-go services` respectively
2. configuring those id's as default by executing `mite-go config projectId=<the project id>` and `mite-go config serviceId=<the service id>`

# Usage

Expand Down

0 comments on commit 7e6bc05

Please sign in to comment.