From 10098db59bd7ae201360e91dfcf85c5e474be215 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Fri, 17 May 2019 05:30:41 +0000 Subject: [PATCH] Add AppImage to "Creating Binaries" in README.md --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index db8d0d08f..6244b50a6 100644 --- a/README.rst +++ b/README.rst @@ -83,12 +83,18 @@ Create translations (optional):: Creating Binaries ================= -Linux ------ +Linux (tarball) +--------------- See :code:`contrib/build-linux/README.md`. +Linux (AppImage) +---------------- + +See :code:`contrib/build-linux/appimage/README.md`. + + Mac OS X / macOS ----------------