refacto/doc: remove 'cue init' step from doc

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-09-08 22:31:47 +02:00
parent 3820151013
commit 6f23e9fe2a
4 changed files with 4 additions and 27 deletions

View File

@@ -97,15 +97,6 @@ Make sure that all commands are run from the todoapp directory:
cd examples/todoapp
```
### (optional) Initialize a Cue module
This guide will use the same directory as the root of the Dagger workspace and the root of the Cue module, but you can
create your Cue module anywhere inside the Dagger workspace.
```shell
cue mod init
```
### Organize your package
Let's create a new directory for our Cue package: