chore: update README
This commit is contained in:
@@ -11,15 +11,16 @@ This package is available for several languages/platforms:
|
||||
To use from JavaScript or TypeScript in Node.js, install using `pnpm`:
|
||||
|
||||
```bash
|
||||
echo "@kiterun:registry=https://git.kalinow.ski/api/packages/kiterun/npm/" > .npmrc
|
||||
pnpm install @kiterun/incus
|
||||
```
|
||||
|
||||
### Go (unsupported)
|
||||
### Go
|
||||
|
||||
To use from Go, use `go get` to grab the latest version of the library:
|
||||
|
||||
```bash
|
||||
go get git.kalinow.ski/kiterun/pulumi-incus/sdk/go/...
|
||||
GOPRIVATE=git.kalinow.ski go get git.kalinow.ski/kiterun/pulumi-incus/sdk/go/...
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user