Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
principis committed Jun 22, 2023
1 parent 4a5d8f6 commit 6beb825
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ A C# based, feature-rich command-line client for [tldr-pages](https://github.com

## Requirements

### Windows

It probably just works, otherwise install
[.Net Framework 4.6.1](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net461-web-installer)
or newer.

### Linux/macOS/Other

- Mono >= 4.8 with TLS 1.2

Because of needed TLS 1.2 support, Mono >= 4.8, built with TLS 1.2 support, is required. If your distro comes with an
older version, please install the [latest stable](https://www.mono-project.com/download/stable/).
- .NET Runtime 6.0 (or newer). Download it from [here](https://dotnet.microsoft.com/en-us/download).

## Installation

Expand All @@ -35,14 +24,14 @@ sudo dnf copr enable principis/tldr-sharp
sudo dnf --refresh install tldr-sharp
```

#### Other
#### Script

Run the install script.

```sh
wget https://raw.githubusercontent.com/principis/tldr-sharp/main/scripts/linux_install.sh
chmod +x linux_install.sh
sudo ./linux_install.sh
wget https://raw.githubusercontent.com/principis/tldr-sharp/main/scripts/install.sh
chmod +x install.sh
sudo ./install.sh
```

#### Manual
Expand Down Expand Up @@ -75,7 +64,7 @@ Run the [setup](https://github.com/principis/tldr-sharp/releases/latest/download
* Run the following command:

```ps
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/principis/tldr-sharp/main/scripts/windows_install.ps1'))
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/principis/tldr-sharp/main/scripts/install.ps1'))
```

Reopen powershell and run `tldr`.
Expand Down

0 comments on commit 6beb825

Please sign in to comment.