Requirements: Have nodejs and npm installed
Note: If you have docker-desktop it's advised to remove all it's dependencies with the following command
sudo pacman -Rcns docker-desktop
sudo pacman -Rcns docker-buildx
sudo pacman -Rcns docker-compose
sudo rm -rf /var/lib/docker /etc/docker
sudo groupdel docker
Verify that everyhing is working well by typing groups
on your terminal
if the output is similar to thisdocker root
proceed to the next step
npm install -g @sunodo/cli