-
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash source ~/.bashrc command -v nvm
-
Install the latest Node LTS release:
nvm install --lts node --version nvm alias default 16
-
Get the code of the docs and install antora packages:
git clone https://github.com/BRL-CAD/brlcad-docs cd brlcad-docs/ npm install npx antora -v