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 @@ -502,9 +502,9 @@ import Layout from '../layouts/Layout.astro';
502502 <span class =" text-foreground-muted" ># Install Barbacane</span ><br >
503503 <span class =" text-primary" >cargo</span > install barbacane<br ><br >
504504 <span class =" text-foreground-muted" ># Compile your spec</span ><br >
505- <span class =" text-primary" >barbacane</span > compile api.yaml -o api.bca<br ><br >
505+ <span class =" text-primary" >barbacane</span > compile api.yaml --manifest barbacane.yaml --output api.bca<br ><br >
506506 <span class =" text-foreground-muted" ># Run the gateway</span ><br >
507- <span class =" text-primary" >barbacane</span > run api.bca
507+ <span class =" text-primary" >barbacane</span > serve --artifact api.bca
508508 </code >
509509 </div >
510510
You can’t perform that action at this time.
0 commit comments