Solidoak Ubuntu

Can i anybody which steps to follow for instaling Solidoak under Ubuntu?
I follow the guidelines but thereś no Solidoak appearing under Dash.

If those look at the directions for Linux in the project's README, you'll see that you need to:

  1. Install dependencies via apt-get
  2. Run cargo build to build the code

This takes care of actually building the binary you'll be running. However, it doesn't install it into anywhere, it just leaves the binary in the ./bin/ directory. You can run this binary where it is, or copy it into somewhere else to make things easier.

The creator may at some point make it easier to install, but for now this appears to be the process.