From 0af77a6d1b3cfd9c1661c0aedf6b37b97049e907 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Thu, 16 Sep 2021 20:05:40 -0600 Subject: [PATCH] Make Downloads directory relative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c05fa0b..a0a0ce5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Install Fusion 360 for Linux client: 2.) Open a terminal and run this command: - cd Downloads && wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/scripts/stable-branch/fusion360-install.sh && chmod +x fusion360-install.sh && bash fusion360-install.sh && exit + cd ~/Downloads && wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/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!