Skip to content

Commit 1a92314

Browse files
authored
add FontAwesome v5 to requirements
1 parent f3c48d1 commit 1a92314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can have as many links as you want and each one can be accompanied by an ico
1919
### Requirements
2020
* [NodeJS](https://nodejs.org/en) (this project is foundationally based on Node 16. Other versions may not work. You might want to use [nvm](https://github.com/nvm-sh/nvm) to manage multiple Node versions)
2121
* Some kind of command-line tool. I like [Warp](https://www.warp.dev/) (for MacOS).
22+
* [FontAwesome v5](https://fontawesome.com/v5/search) - While this isn't a _requirement_ in the sense that you need to install anything, the v5 / v6 syntax is different, so you'll want to make sure you're looking at _v5_ documentation when referencing icon names.
2223

2324
### Getting started
2425
The repository comes with a `details-example.js` file to get you started. Copy this into a `details.js` file where you will make your changes. You will probably want to commit this file to your repository, otherwise this file will only exist on your local machine and will not exist if you ever move machines, delete the local copy, etc.

0 commit comments

Comments
 (0)