Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xirreal authored Oct 30, 2024
1 parent 54d0d94 commit 82d3ac7
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,25 @@ It aims to provide a modern, clean, and feature-rich Tailscale client for Window

## Installation

> [!CAUTION]
> There is no easy way to install this as of right now. You will need to build it yourself. This is a work in progress.
### Method 1.
Grab the installer from the [CDN](https://tsc.xirreal.dev/TailscaleClientInstaller.exe) or from the [latest release](https://github.com/uwu/tailscale-client/releases/latest).
This is an automated installer that will:
1) Download the certificate and install it
2) Download the .appinstaller and run it.

It should be the easiest and most seamless way to install Tailscale Client, giving you access to automatic updates.

> [!IMPORTANT]
> This method requires UAC (admin rights) to install the certificate.
### Method 2.
Download the appinstaller from the [latest release](https://github.com/uwu/tailscale-client/releases/latest), along with the certificate.
This is the manual version of the method explained above: you will need to install the certificate in LocalMachine/TrustedPeople and run the appinstaller.
This version will still work with automatic updates.

### Method 3.
Download the msixbundle from from the [latest release](https://github.com/uwu/tailscale-client/releases/latest).
This version does NOT support automatic updates.

## Building and running
0. Prerequisites
Expand All @@ -48,4 +65,4 @@ This project is licensed under the MIT License. See the `LICENSE` file for more

## Acknowledgements
- [Tailscale](https://tailscale.com), for making Tailscale open-source
- [QRCoder](https://github.com/codebude/QRCoder), used to generate the QRs for login
- [QRCoder](https://github.com/codebude/QRCoder), used to generate the QRs for login

0 comments on commit 82d3ac7

Please sign in to comment.