diff options
author | rexim <reximkut@gmail.com> | 2024-03-27 11:46:47 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-27 11:46:47 +0700 |
commit | e723dba31466e999941f853e1c311ba644c5a35d (patch) | |
tree | 6aef9bcbdcff6158c873cdc94abe260872b1b0cf | |
parent | 1b0cbe014365705c37b89671f23373e5727f0ba6 (diff) |
Rename "Quick Start" to "Building from Source Code"
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,7 +15,11 @@ Music by Type 42 Download: - https://github.com/tsoding/eepers/releases (Windows + Linux) -## Quick Start +## Building from Source Code + +### Linux + +Install GNAT Ada Compiler. It should be available in your Distro Repos. ```console $ ./build-linux.sh |