From 2444dd45dcf5853150051c074aed80b0386a4d03 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Thu, 19 Jan 2023 14:56:36 +0100 Subject: [PATCH] Update readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 134e34a..a047796 100644 --- a/README.md +++ b/README.md @@ -221,18 +221,7 @@ Only free software, preferably suckless tools: Vim text editor on Devuan GNU/Lin ### How do I compile this? -Compilation depends on platform, but for a Unix PC it goes something like this: - -``` -# install SDL2, e.g. on Debian-like systems: -sudo apt-get install libsdl2-dev libsdl2-mixer-dev - -# get the source code: -git clone https://gitlab.com/drummyfish/anarch.git - -cd anarch -./make.sh sdl # compile, csfml can also be used instead of sdl -``` +See [compiling](#compiling). ### So I can do anything with this for free? Even like sell it and stuff?