Skip to content

Commit

Permalink
Merge pull request sphinx-labs#1162 from sphinx-labs/pate/node-docs
Browse files Browse the repository at this point in the history
docs: Include Node in prerequisite list
  • Loading branch information
RPate97 authored Nov 7, 2023
2 parents 49daa2a + 33f55f3 commit bc58304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli-existing-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This guide will show you how to integrate Sphinx's Foundry CLI plugin into an ex
The following must be installed on your machine:
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/), [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or [pnpm](https://pnpm.io/installation)
- [Node Version >=16.16.0](https://nodejs.org/en/download)

You must also have a basic understanding of how to use Foundry and Forge scripts. Here are the relevant guides in the Foundry docs:
* [Getting Started with Foundry](https://book.getfoundry.sh/getting-started/first-steps)
Expand Down
1 change: 1 addition & 0 deletions docs/cli-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This guide will show you how to setup Sphinx's Foundry CLI plugin in a fresh rep
The following must be installed on your machine:
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/), [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or [pnpm](https://pnpm.io/installation)
- [Node Version >=16.16.0](https://nodejs.org/en/download)

You must also have a basic understanding of how to use Foundry and Forge scripts. Here are the relevant guides in the Foundry docs:
* [Getting Started with Foundry](https://book.getfoundry.sh/getting-started/first-steps)
Expand Down

0 comments on commit bc58304

Please sign in to comment.