Skip to content

Commit

Permalink
Remove unneeded escapes in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 29, 2023
1 parent 22ee440 commit b7fac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandaloneDebugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Eclipse installation:

1. Download the IDE for C/C++ Developers tar file for your platform - <https://www.eclipse.org/downloads>
2. Untar the C/C++ IDE into a local directory (let's call this `$CDT_DIR`)
3. `cd $CDT_DIR/eclipse/plugins/org.eclipse.cdt.debug.application\_\*/scripts`
3. `cd $CDT_DIR/eclipse/plugins/org.eclipse.cdt.debug.application_*/scripts`
4. There, run the command:
- `/bin/sh ./install.sh`
- this will create the directory: `$HOME/cdtdebugger` for you where
Expand Down

0 comments on commit b7fac2c

Please sign in to comment.