From f65aab87dade27c9f271ca816f83fe5a57ff7da6 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 2 Mar 2021 14:58:33 -0500 Subject: [PATCH] docs: update node references --- README.md | 2 +- docs/getting-started.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 494834f..b739c44 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index d12817f..a8454e0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 @@ -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 ` after cloning. 1. Navigate to this project by entering `cd streetmerchant`.