We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ecf8f commit 5978cadCopy full SHA for 5978cad
1 file changed
src/pages/index.astro
@@ -502,7 +502,7 @@ import Layout from '../layouts/Layout.astro';
502
<span class="text-foreground-muted"># Install Barbacane</span><br>
503
<span class="text-primary">cargo</span> install barbacane<br><br>
504
<span class="text-foreground-muted"># Compile your spec</span><br>
505
- <span class="text-primary">barbacane</span> compile api.yaml --manifest barbacane.yaml --output api.bca<br><br>
+ <span class="text-primary">barbacane</span> compile --spec api.yaml --manifest barbacane.yaml --output api.bca<br><br>
506
<span class="text-foreground-muted"># Run the gateway</span><br>
507
<span class="text-primary">barbacane</span> serve --artifact api.bca
508
</code>
0 commit comments