mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
@ -25,7 +25,7 @@ This will:
|
|||||||
|
|
||||||
Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
|
Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
|
||||||
|
|
||||||
Alternatively, enter the VM with `limactl shell coder` and run `coder template init` to start creating your own templates!
|
Alternatively, enter the VM with `limactl shell coder` and run `coder templates init` to start creating your own templates!
|
||||||
|
|
||||||
## Further Information
|
## Further Information
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ export const TemplatesPageView: FC<React.PropsWithChildren<TemplatesPageViewProp
|
|||||||
: Language.emptyViewNoPerms
|
: Language.emptyViewNoPerms
|
||||||
}
|
}
|
||||||
descriptionClassName={styles.emptyDescription}
|
descriptionClassName={styles.emptyDescription}
|
||||||
cta={<CodeExample code="coder template init" />}
|
cta={<CodeExample code="coder templates init" />}
|
||||||
/>
|
/>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
Reference in New Issue
Block a user