File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ Ensure the [SF CLI](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup
3737
3838### Installation Steps
3939
40+ ** All releases can be found in the "release" branch of the SFDMU GUI App GitHub repository.**
41+
4042#### Step 1. Select the Release Tag
4143
4244Navigate to the repository's release page, find the sidebar, and click on the release tag associated with your desired version.
@@ -59,44 +61,32 @@ Download the appropriate setup file for your OS from the subdirectories under `d
5961Follow the instructions below based on your operating system to complete the installation:
6062
6163##### macOS:
62-
63641 . Open ` Downloads ` , find the ` .zip ` file, and extract it to get the ` sfdmu-gui-app.app ` .
64652 . Move the application to your ` Applications ` folder.
6566
6667##### Linux (Debian-based):
67-
68681 . Open a terminal.
69-
70692 . Go to ` Downloads ` :
71-
7270 ``` bash
7371 cd ~ /Downloads
7472 ```
75-
76733 . Install with:
77-
7874 ``` bash
7975 sudo dpkg -i sfdmu-gui-app_X.X.X_amd64.deb
8076 ```
8177
8278##### Linux (RPM-based):
83-
84791 . Open a terminal.
85-
86802 . Navigate to ` Downloads ` :
87-
8881 ``` bash
8982 cd ~ /Downloads
9083 ```
91-
92843 . Install using:
93-
9485 ``` bash
9586 sudo rpm -i SFDMU-GUI-App-X.X.X-1.x86_64.rpm
9687 ```
9788
9889##### Windows:
99-
100901 . Go to the download location, extract the ` .zip ` file, and run ` sfdmu-gui-app-X.X.X Setup.exe ` .
101912 . The app will auto-launch after installation, creating shortcuts on your desktop and in the Start menu.
10292
@@ -106,7 +96,6 @@ Follow the instructions below based on your operating system to complete the ins
10696- ** Linux:** Use the application menu to launch the SFDMU GUI
10797
10898 App.
109-
11099- ** Windows:** The app typically launches automatically after installation; for later use, find it via the Start menu or desktop shortcut.
111100
112101
You can’t perform that action at this time.
0 commit comments