Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cvhariharan committed Mar 26, 2024
1 parent d8425e6 commit 62ed828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Refer the project [wiki](https://github.com/opnlabs/dot/wiki) to learn more abou
## Installation
Get the latest version from the [releases](https://github.com/opnlabs/dot/releases) section.

The latest version can also be installed using `go`.
```bash
go install github.com/opnlabs/dot@latest
```

### Run using Docker
```bash
docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/project:/app ghcr.io/opnlabs/dot:latest -m
Expand Down

0 comments on commit 62ed828

Please sign in to comment.