Install HandWriter on Linux
Installing using the install script⌗
Download the script
- If you use
curl
(default on Arch and its derivatives):
curl https://github.com/GDGVIT/HandWriter/raw/master/install.sh -o ~/handwriter-installer.sh -L
- If you use
wget
(default on Fedora, Ubuntu and their derivatives):
wget https://github.com/GDGVIT/HandWriter/raw/master/install.sh -O ~/handwriter-installer.sh
Execute the script
chmod a+x ~/handwriter-installer.sh && ~/handwriter-installer.sh
You can remove the script once you’re done.
If you would prefer to install the package manually, those instructions can be found here.