Skip to content

Commit

Permalink
Fix building from source instructions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuwachu authored Nov 5, 2024
1 parent 46b177d commit 5ef79ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you prefer to build from source:
```bash
git clone https://github.com/macvmio/geranos.git
cd geranos
go build -o geranos main.go
go build -o geranos ./cmd/geranos/main.go
```

## Usage
Expand Down

0 comments on commit 5ef79ce

Please sign in to comment.