Skip to content

Commit b787f4a

Browse files
committed
Readme updated
1 parent 9c19add commit b787f4a

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

4244
Navigate 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
5961
Follow the instructions below based on your operating system to complete the installation:
6062

6163
##### macOS:
62-
6364
1. Open `Downloads`, find the `.zip` file, and extract it to get the `sfdmu-gui-app.app`.
6465
2. Move the application to your `Applications` folder.
6566

6667
##### Linux (Debian-based):
67-
6868
1. Open a terminal.
69-
7069
2. Go to `Downloads`:
71-
7270
```bash
7371
cd ~/Downloads
7472
```
75-
7673
3. Install with:
77-
7874
```bash
7975
sudo dpkg -i sfdmu-gui-app_X.X.X_amd64.deb
8076
```
8177

8278
##### Linux (RPM-based):
83-
8479
1. Open a terminal.
85-
8680
2. Navigate to `Downloads`:
87-
8881
```bash
8982
cd ~/Downloads
9083
```
91-
9284
3. Install using:
93-
9485
```bash
9586
sudo rpm -i SFDMU-GUI-App-X.X.X-1.x86_64.rpm
9687
```
9788

9889
##### Windows:
99-
10090
1. Go to the download location, extract the `.zip` file, and run `sfdmu-gui-app-X.X.X Setup.exe`.
10191
2. 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

0 commit comments

Comments
 (0)