mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
@ -25,7 +25,7 @@ This will:
|
||||
|
||||
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
|
||||
|
||||
|
@ -135,7 +135,7 @@ export const TemplatesPageView: FC<React.PropsWithChildren<TemplatesPageViewProp
|
||||
: Language.emptyViewNoPerms
|
||||
}
|
||||
descriptionClassName={styles.emptyDescription}
|
||||
cta={<CodeExample code="coder template init" />}
|
||||
cta={<CodeExample code="coder templates init" />}
|
||||
/>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
Reference in New Issue
Block a user