andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

Error installing on Ubuntu 16.04.6 #33

Open amsharma9 opened 4 years ago

amsharma9 commented 4 years ago

Hi,

I am trying to install allmark on Ubuntu 16.04.6. It downloaded an html page, not a binary file. I tried to install allmark in /usr/local/bin using the curl procedure. Is something wrong with my command.

curl -s --insecure https://allmark.io/bin/allmark > /usr/local/bin/allmark

Thanks Amal

noctifer20 commented 4 years ago

Try

curl -s --insecure https://allmark.io/bin/files/allmark_linux_amd64 > /usr/local/bin/allmark