π οΈPreparing Ubuntu
We only have a guide to install for Ubuntu only.
Installing Dependencies
sudo apt-get update | sudo apt-get upgradesudo apt install git | sudo apt install curl | sudo apt install -y libudev-devInstalling npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash | command -v nvmnvm install v18.17.0Cloning Repository and Preparing NPM
git clone https://github.com/rhysmorgan134/node-CarPlay.git | cd node-CarPlay | npm install | npm i | cd examples/carplay-web-app | npm iCloning Repository and Preparing NPM (backup)
< Raw Instructions >
Last updated