From 638fd41db71d229426b5417c2db04427703364f8 Mon Sep 17 00:00:00 2001 From: adrianinsaval <36372335+adrianinsaval@users.noreply.github.com> Date: Thu, 10 Feb 2022 10:54:21 -0300 Subject: [PATCH] Update README.md installation info requested in forum: https://forum.freecadweb.org/viewtopic.php?p=570177#p570177 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea5b9a2334..0e6cec2f4f 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,14 @@ whether you are a hobbyist, programmer, experienced CAD user, student or teacher Installing ---------- -Precompiled (installable) packages are available for Windows and macOS on the +Precompiled packages for stable releases are available for Windows, macOS and Linux on the [Releases page](https://github.com/FreeCAD/FreeCAD/releases). -On most Linux distributions, FreeCAD is directly installable from the +On most Linux distributions, FreeCAD is also directly installable from the software center application. +For development releases check the [weekly-builds page](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds). + Other options are described at the [wiki Download page](https://wiki.freecadweb.org/Download). Build Status