Skip to content

Commit

Permalink
edit build toolchain note
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceKatt committed May 2, 2021
1 parent 0cb9c86 commit a03c15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [Help Dump](#help-dump)
- [Usage Examples](#usage-examples)
- [Development](#development)
- [Dependencies](#dependencies)
- [Build Toolchain Setup](#build-toolchain-setup)
- [Install `node14`, using `nvm`](#install-node14-using-nvm)
- [Install `pnpm` and `heft`](#install-pnpm-and-heft)
- [Install Dependencies](#install-dependencies)
Expand Down Expand Up @@ -152,9 +152,9 @@ ftrucli coord --lat 37.80 --long -122.43 --distance 7331 --limit 1

## Development

### Dependencies
### Build Toolchain Setup

This section describes how to set up the project's build toolchain.
This section describes how to set up the project's build toolchain. `node14` (managed by `nvm`), `pnpm`, and `heft` are the critical tools which enable our build process.

#### Install `node14`, using `nvm`

Expand Down

0 comments on commit a03c15a

Please sign in to comment.