📝 Made note on reinstallation of certain packages

This commit is contained in:
z3rOR0ne 2022-07-21 07:07:46 -07:00
parent d99a1202d0
commit 24bfd1b0f2

View file

@ -27,3 +27,10 @@ Install pkgtop
curl https://raw.githubusercontent.com/SharUpOff/pkgtop/main/dist/pkgtop.sh -so - | sudo tee /usr/local/bin/pkgtop > /dev/null
sudo chmod 755 /usr/local/bin/pkgtop
Reinstall npm, nodemon, and prettier
doas pacman -S npm (delete what is necessary to get this to go through)
doas npm install -g nodemon
doas npm install -g prettier