Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm
index b4e3f8bedd5..13cb7a02a18 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic18.htm
@@ -7,11 +7,9 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
-<h3>Run Configuration</h3>
+<h3>Run the application</h3>
-<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the project in the <b>Configurations:</b> view, and then double click <b>C/C++ Local</b>.
-This will create your Run Configuration.</p>
-<p>Now click the <b>Main</b> tab and then the <b>Search</b> button.</p>
+<p>You can run your application within the C/C++ Perspective, to do so click <b>Run > Run...</b><p>
</body>

Back to the top