File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ export default function Samples() {
179
179
{ /* <Stack direction="row" justifyContent="center" px={1} spacing={2}> */ }
180
180
< Box sx = { { flexGrow : 1 , overflow : 'auto' , '& .theme-code-block' : { mb : 0 } } } >
181
181
< small >
182
- Clone and open the sample in your terminal
182
+ Use this sample ( < b > < a href = "https://docs.defang.io/docs/getting-started/installing" target = "_blank" > requires Defang CLI v0.5.21 or later </ a > </ b > )
183
183
</ small >
184
184
< CodeBlock language = "bash" >
185
- { `git clone https://github.com/DefangLabs/samples dtmp && mv "dtmp/samples/ ${ selectedSample . name } " "./ ${ selectedSample . name } " && rm -rf ./dtmp && cd "./ ${ selectedSample . name } " ` }
185
+ { `defang generate ${ selectedSample . name } ` }
186
186
</ CodeBlock >
187
187
</ Box >
188
188
{ /* </Stack> */ }
You can’t perform that action at this time.
0 commit comments