From 56c9bcb676dcced7a8f03296d6d161d97abccfe9 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:02:28 +0200 Subject: [PATCH] remove unnecessary commands --- getting_started/macos_apple_silicon.md | 1 - getting_started/macos_x86_64.md | 1 - 2 files changed, 2 deletions(-) diff --git a/getting_started/macos_apple_silicon.md b/getting_started/macos_apple_silicon.md index 193b6969dd..393f9558ca 100644 --- a/getting_started/macos_apple_silicon.md +++ b/getting_started/macos_apple_silicon.md @@ -18,7 +18,6 @@ which includes the Roc compiler and various helpful utilities. 1. Untar the archive: ```sh - mkdir roc_nightly-macos_apple_silicon- tar xf roc_nightly-macos_apple_silicon-.tar.gz cd roc_night ``` diff --git a/getting_started/macos_x86_64.md b/getting_started/macos_x86_64.md index 12de3bd788..522797cc9c 100644 --- a/getting_started/macos_x86_64.md +++ b/getting_started/macos_x86_64.md @@ -18,7 +18,6 @@ which includes the Roc compiler and various helpful utilities. 1. Untar the archive: ```sh - mkdir roc_nightly-macos_x86_64- tar xf roc_nightly-macos_x86_64-.tar.gz cd roc_night ```