From 532795ed0abf1d118b40e185538154979d328341 Mon Sep 17 00:00:00 2001 From: daviunic Date: Sat, 13 Apr 2019 10:45:11 +0200 Subject: [PATCH 1/2] Link to totorial/guide Added a section that links to the tutorial/guide so people can hopefully see it --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef2023b96..778475e2a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ to retro computing and, of course, 86Box. We look forward to hearing from you! [![Visit our Discord server](https://discordapp.com/api/guilds/262614059009048590/embed.png)](https://discord.gg/myzwyfX) +Getting started +--------------- +See [this](86box.github.io/gettingstarted) page on our website for a quick guide that should help you get started with the emulator. + Building -------- In order to compile 86Box from this repository, please follow this step-by-step From df1b20744f542ef7166c1228fb956cf951d03e4e Mon Sep 17 00:00:00 2001 From: daviunic Date: Wed, 17 Apr 2019 17:44:13 +0200 Subject: [PATCH 2/2] Update .gitignore Added the annoying NUL file to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c4f5de8c7..bac8fe436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ src/*.o src/*.exe src/*.res +src/NUL