add missing install instruction

This commit is contained in:
jem 2020-04-24 14:53:06 +02:00
parent 966799265f
commit f6b9d4146a

View file

@ -5,8 +5,9 @@ Embeds mastodon timline into a html page. Uses JS, no intermediate server requir
# Setup # Setup
sudo npm install -g npx sudo npm install -g npx
sudo npm install -g source-map-support
sudo npm install -g shadow-cljs sudo npm install -g shadow-cljs
npm install source-map-support
npm install mastodon-api
# Development # Development