Hello,
Please see below the instruction to install the development version of Quarto-Cli in my laptop. What is the path where I shouldm install it? The reason why I am asking this is that I need to ntegrate with RStudio.
Development Version
To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (configure.sh for Linux/macOS or configure.cmd for Windows). For example:
git clone GitHub - quarto-dev/quarto-cli: Open-source scientific and technical publishing system built on Pandoc. · GitHub cd quarto-cli ./configure.sh
The ./configure.sh script should add a symlink to quarto to your path. You can also run quarto by running package/dist/bin/quarto.
To update to the latest development version, run git pull from the local repo directory:
cd quarto-cli git pull
Running Tests
To run all unit tests, execute the script in the test directory.
cd tests ./run-tests.sh
To run a specific unit test, specify the script name.
cd tests ./run-tests.sh smoke/extensions/extension-render-doc.test.ts ./run-tests.sh smoke/extensions/