From 14a126c321cc10fa8ac1ccd76a1fb3d28b7ba325 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:45:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b66c2d..0431b2f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Install Fusion 360 for Linux client: 2.) Open a terminal and run this command: - cd ~/Downloads && mkdir -p fusion360 && cd fusion360 && wget -N https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/fusion360-install.sh && chmod +x fusion360-install.sh && bash fusion360-install.sh && exit + cd ~/Downloads && mkdir -p fusion360 && cd fusion360 && wget -N https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/scripts/stable-branch/fusion360-install.sh && chmod +x fusion360-install.sh && bash fusion360-install.sh && exit 3.) Now, You can use Autodesk Fusion 360 on your Linux system!