Skip to content

Commit

Permalink
fix(docs/installation): cpm command and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 2, 2024
1 parent c2f60a8 commit cdb4a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ I recommend [CPM](https://github.com/cpm-cmake/CPM.cmake) for managing dependenc
Please refer to their [docs](https://github.com/cpm-cmake/CPM.cmake#adding-cpm) on how to install it.

<VersionedCode language="cmake">
{`CPMFindPackage(
NAME saucer
VERSION $VERSION$
GIT_REPOSITORY "https://github.com/saucer/saucer"
{`CPMAddPackage(
NAME saucer
VERSION $VERSION$
GIT_REPOSITORY "https://github.com/saucer/saucer"
)`}
</VersionedCode>

Expand Down

0 comments on commit cdb4a05

Please sign in to comment.