wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.53/quarto-1.5.53-linux-amd64.tar.gz
mkdir ~/opt
tar -C ~/opt -xvzf quarto-1.5.53-linux-amd64.tar.gz
mkdir ~/.local/bin
ln -s ~/opt/quarto-1.5.53/bin/quarto ~/.local/bin/quarto
( echo ""; echo 'export PATH=$PATH:~/.local/bin\n' ; echo "" ) >> ~/.profile
source ~/.profile
-
Notifications
You must be signed in to change notification settings - Fork 0
xaasteam/blog.techiknow.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|