From 5dedc9ef06828c81016c1d3ca96ebf2bf9b05d84 Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Thu, 14 Sep 2023 15:54:23 +1200 Subject: [PATCH] docs: Minor reword of documentation (#1051) * remove 'all' because 'all _most_' are conflicting adjectives * remove redundancy and improve read flow --- website/docs/proto/install.mdx | 2 +- website/docs/proto/tools.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/proto/install.mdx b/website/docs/proto/install.mdx index b643501a055..10a6ceb1a3d 100644 --- a/website/docs/proto/install.mdx +++ b/website/docs/proto/install.mdx @@ -14,7 +14,7 @@ The following guide can be used to install proto into your environment. ## Installing -The entirety of proto is packaged and shipped as a single binary. It works on all _most_ operating +The entirety of proto is packaged and shipped as a single binary. It works on _most_ operating systems, and does not require any external dependencies. For convenience, we provide the following scripts to download and install proto. diff --git a/website/docs/proto/tools.mdx b/website/docs/proto/tools.mdx index 9fd4a792f90..9bec3d2cd16 100644 --- a/website/docs/proto/tools.mdx +++ b/website/docs/proto/tools.mdx @@ -81,7 +81,7 @@ proto supports all popular Node.js package managers: `npm`, `pnpm`, `yarn`. ### corepack -Corepack _is not supported_ by proto, and will never be. Use [`proto use`](./commands/use) instead, +Corepack _is not supported_ by proto, and never will be. Use [`proto use`](./commands/use) instead, which is a far more poweful alternative. ## Python (experimental) @@ -115,7 +115,7 @@ using Rust in proto: ::: Since we don't create shims for `cargo`, `rustup`, etc, we can't detect Rust versions at runtime. -However, `rustup` supports this as well through the +However, `rustup` supports this through the [`rust-toolchain.toml`](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) file. We suggest using this file.