add missing install instruction
This commit is contained in:
parent
966799265f
commit
f6b9d4146a
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ Embeds mastodon timline into a html page. Uses JS, no intermediate server requir
|
|||
# Setup
|
||||
|
||||
sudo npm install -g npx
|
||||
sudo npm install -g source-map-support
|
||||
sudo npm install -g shadow-cljs
|
||||
npm install source-map-support
|
||||
npm install mastodon-api
|
||||
|
||||
# Development
|
||||
|
||||
|
|
Loading…
Reference in a new issue