More updates after installing Manjaro on base

This commit is contained in:
Nathan Schneider
2022-03-08 08:16:28 -07:00
parent 76e0c9daf9
commit 961e2acaaa
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -26,9 +26,11 @@ sudo apt -y install lmodern
# revealjs
cd ~/.revealjs
rm -rf reveal.js/ # remove existing install
git clone https://github.com/hakimel/reveal.js.git
cd reveal.js
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
# For the older version, replace "dist/" with "css/"
cd ~
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
read response