From e2b9f6b13366e2d4561cc628fec31b81f3f77f0d Mon Sep 17 00:00:00 2001 From: Pranav Konde <76070589+pranavkonde@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:53:36 +0530 Subject: [PATCH] Update w3cli.mdx fix typos --- src/pages/w3cli.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/w3cli.mdx b/src/pages/w3cli.mdx index cbf10e8..37f8533 100644 --- a/src/pages/w3cli.mdx +++ b/src/pages/w3cli.mdx @@ -27,7 +27,7 @@ Install the `@web3-storage/w3cli` package with `npm` npm install -g @web3-storage/w3cli ``` -Once the install is complete, you'll have a `w3` command available. Try running `w3 --help` to get an idea of what's possible. +Once the installation is complete, you'll have a `w3` command available. Try running `w3 --help` to get an idea of what's possible. ### Standalone binaries @@ -35,7 +35,7 @@ Once the install is complete, you'll have a `w3` command available. Try running These binaries are built from the Go client codebase which is not as fully featured as the JS client. -Pre-compiled, standalone binaries are now available for MacOS, Linux and Windows: [Download latest release](https://github.com/storacha/go-w3up/releases/latest). +Pre-compiled, standalone binaries are now available for MacOS, Linux, and Windows: [Download latest release](https://github.com/storacha/go-w3up/releases/latest). Please ensure you [read the documentation for using the Go CLI](https://github.com/storacha/go-w3up#cli). These binaries are built from the Go client codebase which is not as fully featured as the JS client. Currently to use the Go CLI tool you will need to obtain a delegation created by the JS CLI or [console](https://console.storacha.network). @@ -79,7 +79,7 @@ w3 up your-file.txt Once your upload is complete, you should see a URL that links to your file on the `w3s.link` IPFS gateway. -If you uploaded a single file, the link will resolve to an IPFS directory listing, with the actual file contained in the directory. This "wrapper" directory preserves the original filename of your upload, which can help organize your content and allows people to download files using their original names. If you don't want to create the wrapper directory, you can pass in the `--no-wrap` flag when running `w3 up`. +If you upload a single file, the link will resolve to an IPFS directory listing, with the actual file contained in the directory. This "wrapper" directory preserves the original filename of your upload, which can help organize your content and allow people to download files using their original names. If you don't want to create the wrapper directory, you can pass in the `--no-wrap` flag when running `w3 up`. When uploading directories, files beginning with a `.` character are ignored by default. To include hidden files instead, pass in the `-H` or `--hidden` flag.