From 6464488829b7c5f9c8751fd8d8d81012461dd17a Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 25 Nov 2021 14:26:17 -0300 Subject: [PATCH] Fix readme build badges --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 3dcf0f3a6..a573f38f9 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,7 @@ The latest stable version of 86Box is version 2.07, which was released on Novemb ### Automatic builds We also offer automatic builds, which are built from the latest source code and contain the latest bugfixes and improvements, but may not be as stable and/or optimized as stable builds. -| Regular | Debug | Experimental | -|:-------:|:-----:|:------------:| -|[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box)|[![Build Status](http://ci.86box.net/job/86Box-Debug/badge/icon)](http://ci.86box.net/job/86Box-Debug)|[![Build Status](http://ci.86box.net/job/86Box-Dev/badge/icon)](http://ci.86box.net/job/86Box-Dev) - -#### Legend -* **Regular** builds are compiled using the settings in the building guide above. Use these if you don't know which build to use. -* **Debug** builds are same as regular builds but include debug symbols. If you don't need them, you don't need to use this build. -* **Experimental (Dev)** builds are compiled with certain unfinished features enabled. These builds are not optimized for maximum performance. +[![Build Status](http://ci.86box.net/job/86Box/badge/icon)](http://ci.86box.net/job/86Box) Getting started ---------------