From edb251fb2a881ec8e2f7029d3218d7725e95de23 Mon Sep 17 00:00:00 2001 From: "forestkeeperio.eth" <87507039+ForestKeeperIO@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:26:43 -0500 Subject: [PATCH 1/3] Update macos.md Updated for readability and M1 is not the latest so M-series processors should be better --- content/md/en/docs/install/macos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/md/en/docs/install/macos.md b/content/md/en/docs/install/macos.md index 5393956c8..3a384be74 100644 --- a/content/md/en/docs/install/macos.md +++ b/content/md/en/docs/install/macos.md @@ -4,7 +4,7 @@ description: Set up a local development environment for Substrate on macOS. keywords: --- -You can install Rust and set up a Substrate development environment on Apple macOS computers with either Intel or an Apple M1 processors. +You can install Rust and set up a Substrate development environment on Apple macOS computers with either Intel or Apple M-series processors. ## Before you begin @@ -13,7 +13,7 @@ Before you install Rust and set up your development environment on macOS, verify - Operating system version is 10.7 Lion, or later. - Processor speed of at least 2Ghz, 3Ghz recommended. - Memory of at least 8 GB RAM, 16 GB recommended. -- Storage of at 10 GB available space. +- Storage of 10 GB available space. - Broadband Internet connection. ### Support for Apple Silicon @@ -144,7 +144,7 @@ To install `openssl` and the Rust toolchain on macOS: Now that you have Rust installed and the Rust toolchains configured for Substrate development, you are ready to finish setting up your development environment by cloning the Substrate **node template** files and compiling a Substrate node. The node template provides a working environment that includes all of the most common features you need to build a blockchain without any extraneous modules or tools. -To ensure that the node template offers a relatively stable working environment for you to experiment with, the recommended best practice is to clone Substrate node template from the Substrate Developer Hub repository, rather than from the core Substrate repository. +To ensure that the node template offers a relatively stable working environment for you to experiment with, the recommended best practice is to clone the Substrate node template from the Substrate Developer Hub repository, rather than from the core Substrate repository. To compile the Substrate node template: @@ -178,7 +178,7 @@ To compile the Substrate node template: Because of the number of packages required, compiling the node can take several minutes. -After the build completes successfully, your local computer is ready for Substrate development activity. +After the build is completed successfully, your local computer is ready for Substrate development activity. ## Where to go next From ca0398f7de58b7f637b89189b16b41e7d6d9990b Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 28 Aug 2024 12:10:28 -0400 Subject: [PATCH 2/3] Update content/md/en/docs/install/macos.md --- content/md/en/docs/install/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/install/macos.md b/content/md/en/docs/install/macos.md index 3a384be74..79ae4ad10 100644 --- a/content/md/en/docs/install/macos.md +++ b/content/md/en/docs/install/macos.md @@ -4,7 +4,7 @@ description: Set up a local development environment for Substrate on macOS. keywords: --- -You can install Rust and set up a Substrate development environment on Apple macOS computers with either Intel or Apple M-series processors. +You can install Rust and set up a Substrate development environment on Apple macOS computers with either Intel or Apple Silicon (M-series) processors. ## Before you begin From 56df80cee6975f8ad2471020d695a0fe24a684b5 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Wed, 28 Aug 2024 12:10:56 -0400 Subject: [PATCH 3/3] Update content/md/en/docs/install/macos.md --- content/md/en/docs/install/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/install/macos.md b/content/md/en/docs/install/macos.md index 79ae4ad10..2f0b0c0f1 100644 --- a/content/md/en/docs/install/macos.md +++ b/content/md/en/docs/install/macos.md @@ -13,7 +13,7 @@ Before you install Rust and set up your development environment on macOS, verify - Operating system version is 10.7 Lion, or later. - Processor speed of at least 2Ghz, 3Ghz recommended. - Memory of at least 8 GB RAM, 16 GB recommended. -- Storage of 10 GB available space. +- Storage of 10 GB available. - Broadband Internet connection. ### Support for Apple Silicon