Compare commits
2 commits
ac9f2e3cad
...
1b118ff2ed
Author | SHA1 | Date | |
---|---|---|---|
1b118ff2ed | |||
e831167e16 |
1 changed files with 7 additions and 3 deletions
10
run.sh
10
run.sh
|
@ -8,6 +8,10 @@ mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
|
|||
cp images/* reveal.js/images/
|
||||
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
|
||||
ln index.html mastodon-presentazione.md reveal.js/
|
||||
cd reveal.js
|
||||
npm install
|
||||
npm start
|
||||
|
||||
(firefox reveal.js/index.html) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
|
||||
|
||||
|
||||
#cd reveal.js
|
||||
#npm install
|
||||
#npm start
|
||||
|
|
Loading…
Reference in a new issue