Skip to content

Commit f6ae176

Browse files
committed
Updating install location to be correct for cmd
1 parent 08a1984 commit f6ae176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ The main purpose of the CLI is to read a lxc-compose.yml file and use it to crea
128128

129129
## Installation
130130

131+
Install directly using Go:
131132
```bash
132-
go install github.com/larkinwc/proxmox-lxc-compose@latest
133+
go install github.com/larkinwc/proxmox-lxc-compose/cmd/lxc-compose@latest
133134
```
134135

135136
Or build from source:
136-
137137
```bash
138138
git clone https://github.com/larkinwc/proxmox-lxc-compose.git
139139
cd proxmox-lxc-compose

0 commit comments

Comments
 (0)