1
0
Fork 0

chore: Remark linter run

This commit is contained in:
Joost De Cock 2022-02-20 14:35:50 +01:00
parent b6dab9f8fa
commit e6f1189017
164 changed files with 395 additions and 395 deletions

View file

@ -6,7 +6,7 @@ order: 20
FreeSewing is built with [Node.js](https://nodejs.org/), a JavaScript runtime.
You'll need to install Node JS on your system, and to do so, we'll
use [nvm](https://github.com/nvm-sh/nvm), short for *Node version manager*.
use [nvm](https://github.com/nvm-sh/nvm), short for _Node version manager_.
Using nvm has a number of benefits in comparison with installing Node from
the node.js website, or from a package provided by Homebrew or your OS distribution:

View file

@ -4,7 +4,7 @@ order: 10
---
Before we can get started, we need some basic tools for development.
They are bundled in the *Xcode command-line tools* so let's install
They are bundled in the _Xcode command-line tools_ so let's install
that first.
Open the Terminal application, and type the following command:

View file

@ -18,7 +18,7 @@ nvm ls
```
It will show you a list of local node versions.
Either the version number, or an *alias* that points to a specific version.
Either the version number, or an _alias_ that points to a specific version.
You should see the `lts/*` alias in the list which is what we've just installed.
### nvm ls-remote