From b7fac2cfafa56a79ee1cea6ca8e6deb5416efbd6 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sat, 28 Jan 2023 20:57:31 -0500 Subject: [PATCH] Remove unneeded escapes in markdown --- StandaloneDebugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneDebugger.md b/StandaloneDebugger.md index bd772637912..f250f9da8ae 100644 --- a/StandaloneDebugger.md +++ b/StandaloneDebugger.md @@ -86,7 +86,7 @@ Eclipse installation: 1. Download the IDE for C/C++ Developers tar file for your platform - 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