From 62ed82808c17799f62e7487fff05901d6f7ba968 Mon Sep 17 00:00:00 2001 From: Hariharan <14965074+cvhariharan@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:56:58 +0530 Subject: [PATCH] Update installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2582121..e0b568c 100644 --- a/README.md +++ b/README.md @@ -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