Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation steps #12

Open
dhyanio opened this issue Dec 5, 2024 · 2 comments
Open

Add installation steps #12

dhyanio opened this issue Dec 5, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@dhyanio
Copy link
Contributor

dhyanio commented Dec 5, 2024

Clear and easy tailscale-manger installation steps are missing.

eg....

Installation

Tailscale Manager

From releases

  • Linux
curl -LO "https://github.com/singlestore-labs/tailscale-manager/releases/download/$(curl -s https://api.github.com/repos/singlestore-labs/tailscale-manager/releases/latest | grep tag_name | cut -d '"' -f 4)/tailscale-manager-amd64"
chmod +x tailscale-manager-amd64
sudo mv tailscale-manager-amd64 /usr/local/bin/tailscale-manager
  • MacOS
curl -LO "https://github.com/singlestore-labs/tailscale-manager/releases/download/$(curl -s https://api.github.com/repos/singlestore-labs/tailscale-manager/releases/latest | grep tag_name | cut -d '"' -f 4)/tailscale-manager-darwin-amd64"
chmod +x tailscale-manager-darwin-amd64
sudo mv tailscale-manager-darwin-amd64 /usr/local/bin/tailscale-manager
@dhyanio dhyanio added the documentation Improvements or additions to documentation label Dec 5, 2024
@toabi
Copy link

toabi commented Dec 19, 2024

Is it planned to provide precompiled binaries like this? It would be convenient as it requires a pretty recent ghc to be compiled.

@benley
Copy link
Collaborator

benley commented Dec 19, 2024

If people would find prebuilt binaries to be useful, yeah we can do that! I think I know how to produce fully statically-linked executables from the nix flake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants