mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
docs: update node references
This commit is contained in:
@@ -22,7 +22,7 @@ First and foremost, this service _will not_ automatically buy for you.
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
streetmerchant runs on Node.js 14:
|
streetmerchant runs on Node.js:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/jef/streetmerchant.git
|
git clone https://github.com/jef/streetmerchant.git
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ You do not need any computer skills, smarts, or anything of that nature. You are
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- [git](https://git-scm.com/)
|
- [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
|
## 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 |
|
| tag | Example, `v1.0.0`; stable |
|
||||||
| `main` | Latest HEAD; not tagged, could be unstable |
|
| `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. 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. To checkout a particular reference, use `git checkout <ref name>` after cloning.
|
||||||
1. Navigate to this project by entering `cd streetmerchant`.
|
1. Navigate to this project by entering `cd streetmerchant`.
|
||||||
|
|||||||
Reference in New Issue
Block a user