Skip to content

Commit 5858ff8

Browse files
committed
Fixes a typo in the macOS documentation
1 parent 8a028b9 commit 5858ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/how-to-run-eclipse-on-macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following steps are necessary to run a custom Eclipse on modern macOS system
3131
- Leave your Terminal window open and return to your text editor (showing the contents of `Info.plist`). Scroll down into the block below the line `<key>Eclipse</key>` and enter your Java JDK's path with this syntax: `<string>-vm</string><string>$YOUR_PATH/bin/java</string>`
3232
- Example: `<string>-vm</string><string>/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java</string>`
3333
- Save the file, close your editor, and open your Terminal window again.
34-
- Navigate the Terminal window to your Eclipse folder using `cd $FOLDER_NAME`, e.g., `cd Downloads/eclipste`.
34+
- Navigate the Terminal window to your Eclipse folder using `cd $FOLDER_NAME`, e.g., `cd Downloads/eclipse`.
3535
- Verify that your custom `Eclipse.app` is located in the currently selected folder via `ls`.
3636
- Sign the modified `Eclipse.app` with this command: `$ sudo codesign --force --deep --sign - ./Eclipse.app`
3737
- When requested, type in the password of your user account and hit enter.

0 commit comments

Comments
 (0)