From 15d797f27bd9e7cfc297594ac6fccfc92d0b0ec1 Mon Sep 17 00:00:00 2001 From: Sujal Gupta Date: Sun, 23 Jun 2024 19:49:01 +0530 Subject: [PATCH] remove the cd to home directory instruction --- _content/doc/tutorial/getting-started.html | 23 +--------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/_content/doc/tutorial/getting-started.html b/_content/doc/tutorial/getting-started.html index d685d8e59e..df5f31fb4e 100644 --- a/_content/doc/tutorial/getting-started.html +++ b/_content/doc/tutorial/getting-started.html @@ -53,30 +53,9 @@

Write some code

    -
  1. - Open a command prompt and cd to your home directory. - -

    - On Linux or Mac: -

    - -
    -cd
    -
    - -

    - On Windows: -

    - -
    -cd %HOMEPATH%
    -
    -
  2. - Create a hello directory for your first Go source code. + Open command prompt. Create a hello directory for your first Go source code.

    For example, use the following commands: