Skip to content

Commit

Permalink
Merge pull request #664 from S-o-T/fix_downloaded_filename
Browse files Browse the repository at this point in the history
Fix downloaded filename for linux ipfs-updater
  • Loading branch information
johnnymatthews authored Feb 24, 2021
2 parents 4382219 + 66f00c8 commit 1ef11d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Write everything in using the [GitHub Flavored Markdown](https://github.github.c
>
> Dealing with the James Harden effect

### Project specific titles

When referring to projects by name, use proper noun capitalization: Go-IPFS and JS-IPFS.

Cases inside code blocks refer to commands and are not capitalized: `go-ifps` or `js-ifps`.

### Style and tone

When writing content to explain a particular workflow, function, or service, keep your tone clean and straightforward. While it doesn't have to be formal, technical writing is not creative writing. You're just explaining to the reader how to _do_ something.
Expand Down
6 changes: 6 additions & 0 deletions docs/community/contribute/grammar-formatting-and-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ If you have to use an acronym, spell the full phrase first and include the acron

> Virtual Machine (VM), Decentralized Web (DWeb).
### Project specific titles

When referring to projects by name, use proper noun capitalization: Go-IPFS and JS-IPFS.

Cases inside code blocks refer to commands and are not capitalized: `go-ifps` or `js-ifps`.

## Formatting

How the Markdown syntax looks, and code formatting rules to follow.
Expand Down
2 changes: 1 addition & 1 deletion docs/install/ipfs-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You can download pre-built binaries from [`dist.ipfs.io`](https://dist.ipfs.io/#
2. Unzip the file:

```bash
tar -xvzf ipfs-update_v1.6.0_darwin-amd64.tar.gz
tar -xvzf ipfs-update_v1.6.0_linux-amd64.tar.gz
> x ipfs-update/install.sh
> x ipfs-update/ipfs-update
Expand Down

0 comments on commit 1ef11d4

Please sign in to comment.