From b344452fac6a8445bd9ae1a33b6af39c250db738 Mon Sep 17 00:00:00 2001 From: Adam Martinez <149513579+adamarous@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:12:42 +0100 Subject: [PATCH] Fix typo in documentation (#485) docs: fix typo --- docs/static/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/getting-started.rst b/docs/static/getting-started.rst index fdd23b5e4..a12027343 100644 --- a/docs/static/getting-started.rst +++ b/docs/static/getting-started.rst @@ -72,7 +72,7 @@ This section describes the standard flow for building CE toolchain projects, sta Open a build session by double-clicking :code:`cedev.bat` on Windows or launching a terminal session on Linux/macOS. Navigate to the *examples* folder using the :code:`cd examples` command. This folder contains example projects that you can build and modify to learn how to write different programs. -Navigate the to the *hello_world* example project using the command :code:`cd hello_world`. +Navigate to the *hello_world* example project using the command :code:`cd hello_world`. Type :code:`make` and press enter. This command invokes the compiler, assembler, and linker creating the program :code:`bin/DEMO.8xp`.