Spaces:
Running
Running
File size: 102 Bytes
e5ec50a |
1 2 3 4 5 6 |
#!/bin/bash
sudo apt-get update
sudo apt-get install -y nodejs npm
sudo npm i -g @marp-team/marp-cli
|