glow icon indicating copy to clipboard operation
glow copied to clipboard

[Enhancement] generic cross platform script to install glow on demand

Open lgersman opened this issue 2 years ago • 0 comments

Hi everyone,

I need to install glow on demand on different platforms.

Some other software solutions provide a script (which can be curl'ed) installing the software in a cross platform manner :

# example : install fzf cross platform
wget -qO- https://raw.githubusercontent.com/junegunn/fzf/master/install | $SHELL -s -- --bin

It would be nice if you guys would provide such a script for glow.

Or - at least - provide a generic tar.gz for every platform. The one for linux amd is right now missing for example (only apk, deb and rpm are available).

Cheers,

Lars

lgersman avatar Feb 21 '23 11:02 lgersman