Closed popey closed 8 years ago
Can be tested on an up to date Ubuntu 16.04 system:-
sudo apt install snapcraft
Then within this directory:-
snapcraft
Which will build the snap. Then the following to install it:-
sudo snap install emoj_0.3.0_amd64.snap --force-dangerous
(the --force-dangerous is because we're side-loading, rather than installing from a store)
--force-dangerous
Thanks for the suggestion. I'm not interested in supporting other install methods, but feel free to maintain such if you want :)
Can be tested on an up to date Ubuntu 16.04 system:-
sudo apt install snapcraft
Then within this directory:-
snapcraft
Which will build the snap. Then the following to install it:-
sudo snap install emoj_0.3.0_amd64.snap --force-dangerous
(the
--force-dangerous
is because we're side-loading, rather than installing from a store)