From a03c15a86bbe2f0b6b22dd747f49bb1ffcfa579d Mon Sep 17 00:00:00 2001 From: SpaceKatt Date: Sun, 2 May 2021 13:53:20 -0700 Subject: [PATCH] edit build toolchain note --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1c0e17..7a55935 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`