From 47b0ba388cb9bdb04e45001f6570ee6c027dd30b Mon Sep 17 00:00:00 2001
From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com>
Date: Sat, 30 Apr 2022 12:58:02 +0200
Subject: [PATCH] Update README.md
---
README.md | 36 +++---------------------------------
1 file changed, 3 insertions(+), 33 deletions(-)
diff --git a/README.md b/README.md
index 0605c73..4720835 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ In the [development branch](https://github.com/cryinkfly/Autodesk-Fusion-360-for
- Would you like to use the Czech language later in Autodesk Fusion 360, then you need a [special extension](https://apps.autodesk.com/FUSION/en/Detail/Index?id=9151466655844643882) what you must have bought and downloaded before you can install this with my Setup Wizard!
- My script install some packages (dialog, p7zip, p7zip-full, p7zip-rar, curl, wget, winbind, cabextract, wine, wine-mono, wine_gecko, winetricks, ...)!
- Please select the DXVK mode, as there are some bugs in the OpenGL mode! The OpenGL mode only serves as a fallback.
+- [Zenity](https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/223) must be installed on your computer!
- Supported Linux distributions:
- Arch Linux, Manjaro Linux, EndeavourOS, ...
- Debian 10, MX Linux 19.4, Raspberry Pi Desktop, ...
@@ -114,42 +115,11 @@ Install Fusion 360 for Linux client:
2.) Check, if your [network settings](https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/tree/main/files/extras/network/etc) are correctly configured!
-3.)
-
-#### Debian based systems:
-
- sudo apt-get update && sudo apt-get install software-properties-common zenity
-
-#### Red Hat based systems:
-
- sudo dnf update && sudo dnf install zenity
-
-#### Arch based systems:
-
- sudo pacman -Sy --needed zenity
-
-#### openSUSE based systems:
-
- su -c 'zypper up && zypper install zenity'
-
-#### Void based systems:
-
- sudo xbps-install -Sy zenity
-
-#### Solus based systems:
-
- sudo eopkg install zenity
-
-
-#### Gentoo based systems:
-
- sudo emerge -av gnome-extra/zenity
-
-4.) Open a terminal and run this command:
+3.) Open a terminal and run this command:
mkdir -p "$HOME/.config/fusion-360/bin" && cd "$HOME/.config/fusion-360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && bash install.sh && exit
-5.) Now, You can use Autodesk Fusion 360 on your Linux system!
+4.) Now, You can use Autodesk Fusion 360 on your Linux system!
*Notice: Here can you find [all files](https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/tree/main/files/builds/stable-branch/.desktop) what you need for a .desktop file!