Skip to content

Commit

Permalink
docs: update node references
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Mar 2, 2021
1 parent c2a2271 commit f65aab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ First and foremost, this service _will not_ automatically buy for you.

## Quick start

streetmerchant runs on Node.js 14:
streetmerchant runs on Node.js:

```shell
git clone https://github.com/jef/streetmerchant.git
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Expand Up @@ -5,7 +5,7 @@ You do not need any computer skills, smarts, or anything of that nature. You are
## Prerequisites

- [git](https://git-scm.com/)
- Either [Node.js 14](https://nodejs.org/en/) or [Docker (1.13.0+)](https://docs.docker.com/get-docker/) (advanced users)
- Either [Node.js 15](https://nodejs.org/en/) or [Docker (1.13.0+)](https://docs.docker.com/get-docker/) (advanced users)

## Using Node.js

Expand All @@ -14,7 +14,7 @@ You do not need any computer skills, smarts, or anything of that nature. You are
| tag | Example, `v1.0.0`; stable |
| `main` | Latest HEAD; not tagged, could be unstable |

1. Download [Node.js 14](https://nodejs.org/en/)
1. Download [Node.js 15](https://nodejs.org/en/)
1. Clone this project `git clone https://github.com/jef/streetmerchant.git`.
1. To checkout a particular reference, use `git checkout <ref name>` after cloning.
1. Navigate to this project by entering `cd streetmerchant`.
Expand Down

0 comments on commit f65aab8

Please sign in to comment.