Fixed markup.

This commit is contained in:
tastytea 2019-03-16 22:33:18 +01:00
parent c265c129ea
commit d1b2f5e54a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
= compilescript
**compilescript** allows you to execute files from compiled languages as
scripts. By default it uses `g++`.
*compilescript* allows you to execute files from compiled languages as scripts.
By default it uses `g++`.
It compiles the source file, stores the binary in
`${XDG_CACHE_HOME}/compilescript/` and executes it. If the binary in cache is