Skip to content
Snippets Groups Projects

Develop

Merged Ghost User requested to merge develop into main
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
+ 12
0
#!/bin/bash
# install quarto
git clone https://github.com/quarto-dev/quarto-cli
cd quarto-cli
./configure.sh
# tex 4 quarto
quarto install tinytex
# go to home
cd ~/
Loading