From 0c469b717060930a27ac3bab4775a4fd18a8f98b Mon Sep 17 00:00:00 2001 From: NaiJi Date: Sat, 22 Feb 2020 01:15:50 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a79890..947a083 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ Just playing around with [sfml](https://www.sfml-dev.org/), since I have nothing better to do anyway. +### How to run on Linux: ### +- Make sure you moved the `/src/font` folder to your build destination. +- Run `./sfml-test` command from your build destination. + ### How to build: ### - Except any C++ compiler which supports C++14 and higher, you also need to have SFML installed and accessible. - Build the project (my sources work with qmake) -- Move the `/font` folder into the folder of your build destination. +- Move the `/src/font` folder into the folder of your build destination.