diff --git a/docs/README.md b/docs/README.md index 7f7361a..7e30f7b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,8 @@ Project (other: Craig Everett). Craig and I started by trying to create a simple e-commerce website that used Aeternity as its payment system. We are also currently developing a wallet. We have run into many weird stupid technical pitfalls or weird things you have -to learn about. This file tree documents the ones we cared to write about. +to learn about that take like 8 hours but really are 1 hour of complexity. +This file tree documents the ones we cared to write about. -- How to install NPM on Linux without getting AIDS -- +- [How to install NPM without getting AIDS](./npm-misc/) +- [Base64 versus Base58](./baseN/) diff --git a/docs/npm-misc/README.md b/docs/npm-misc/README.md index fd4dbc7..20be699 100644 --- a/docs/npm-misc/README.md +++ b/docs/npm-misc/README.md @@ -3,8 +3,8 @@ The default `nodejs` package on Ubuntu installs an ancient version of Node/NPM that often doesn't work properly with contemporary code. -As of the time of writing, Ubuntu's repository contains Node 8.10.0, which is 6 -years out of date. +As of the time of writing (October 12, 2022), Ubuntu's repository contains Node +8.10.0, which is 6 years out of date. To install the latest version of Node (currently: 18.10.0)