Skip to content
Snippets Groups Projects
Commit 33426abb authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update README.md

parent 8643fb3a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
---
[![GitLab License](https://img.shields.io/gitlab/license/fact%2Futils%2FJuliaDockerClient?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
[![GitLab License](https://img.shields.io/gitlab/license/fact%2Futils%2FJuliaDockerClient.jl?gitlab_url=https%3A%2F%2Fgit.nilu.no&style=flat&color=orange)](https://www.gnu.org/licenses/agpl-3.0.en.html#license-text)
[![DOI](https://img.shields.io/badge/DOI-10.17605%2FOSF.IO%2FJWQYT-blue?style=flat)](https://doi.org/10.17605/OSF.IO/JWQYT)
---
......@@ -21,13 +21,13 @@
1. To install the package in your project:
```julia
using Pkg
Pkg.add("https://git.nilu.no/fact/utils/JuliaDockerClient.git")
Pkg.add("https://git.nilu.no/fact/utils/JuliaDockerClient.jl.git")
```
2. To use the package:
```julia
using JuliaDockerClient
``````
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/JuliaDockerClient/
Please refer to the package documentation for details on how to access Docker API: https://fact.pages.nilu.no/utils/JuliaDockerClient.jl/
---
## Specifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment