active-logic / howl

Symbolic notation engine
Other
6 stars 1 forks source link

Verify install script on Linux #11

Closed eelstork closed 4 years ago

eelstork commented 4 years ago

We have an install script for macOS that may work on Linux.

Install dotnet sdk (latest) and run this on a linux box:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/active-logic/howl/master/setup)"

The Howl CLI will display a version number on success.

Additionally, wondering whether /usr/local/Howl (binaries) and /usr/local/bin/howl (symlink) are reasonable install locations.