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 8d079be commit ab5667e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To publish model in a remotly repository execute the command ```imr remote push
imr remote rm -h http://localhost:8081 -u user -p password org.company.department.project.function.mymodel -v v0.0.1
```

### config
### Using config file
Create a config file in your home directory ```~/.imr/imr.conf``` with the following configuration:

```
Expand All @@ -121,6 +121,12 @@ host=http://localhost:8081

* Notice that you can have as many repositories as you want.

Now, you can execute your client using the config name i.e ```remote```:

```
imr remote -c remote list
´´´
## Development
- Run [task](https://taskfile.dev/) to see all major development tasks.
Expand Down

0 comments on commit ab5667e

Please sign in to comment.