Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmarx authored Apr 22, 2024
1 parent 9799f6b commit d79b78f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [push](#path)
- [remove](#remove)
- [path](#path)
- [Using Config File](#using-config-file)



Expand Down Expand Up @@ -108,11 +109,11 @@ imr remote rm -h http://localhost:8081 -u user -p password org.company.departmen
Create a config file in your home directory ```~/.imr/imr.conf``` with the following configuration:

```
[local]
[mylocalrepo]
type=local
path=~/.imr
[remote]
[myremoterepo]
type=remote
user=user
password=password
Expand All @@ -124,7 +125,7 @@ host=http://localhost:8081
Now, you can execute your client using the config name i.e ```remote```:

```
imr remote -c remote list
imr myremoterepo -c remote list
```

## Development
Expand Down

0 comments on commit d79b78f

Please sign in to comment.