Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jun 20, 2024
1 parent 1dce9c2 commit 8deaed0
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,8 @@ mkdir helm/
cd helm/

# initialize Dagger module
dagger mod init --sdk go --name helm
```

### setup development module

Setup the outer module to be able to develop the Dagger Helm module.

```bash
dagger mod init --sdk go --name modest
dagger mod use ./helm
```

Generate or re-generate the Go definitions file (dagger.gen.go) for use in code completion.

```bash
dagger mod install
```

The functions of the module are available by the `dag` variable. Type `dag.` in your Go file for code completion.


Update the module:

```bash
dagger mod update
dagger init
dagger develop --sdk go --source helm
```

## To Do
Expand Down

0 comments on commit 8deaed0

Please sign in to comment.