Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 6 months ago
parent
commit
dd0dc64d51
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/README-vita.md

+ 4 - 4
docs/README-vita.md

@@ -10,10 +10,10 @@ Credit to
 Building
 --------
 To build for the PSVita, make sure you have vitasdk and cmake installed and run:
-```
-   cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release
-   cmake --build build
-   cmake --install build
+```sh
+cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release
+cmake --build build
+cmake --install build
 ```