diff --git a/README.md b/README.md index ce57c59..474dbc4 100644 --- a/README.md +++ b/README.md @@ -316,8 +316,10 @@ mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/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 && ./install.sh
-🔹 Currently, Fusion 360 for Linux is broken. Autodesk requires your browser to open to a page to log in to Fusion 360, but we do not yet have a way to open the link in a browser. Please bear with us as we research and develop a solution. In the meantime, you can use this command to install Fusion 360 for Linux with an older version of Fusion 360 that does not require browser sign-in: -

+ 🔹 Currently, Fusion 360 for Linux is broken. Autodesk requires your browser to open to a page to log in to Fusion 360, but we do not yet have a way to open the link in a browser. Please bear with us as we research and develop a solution. In the meantime, you can use this command to install Fusion 360 for Linux with an older version of Fusion 360 that does not require browser sign-in: +
+ +-> This bug has been fixed! mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/alextrical/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh