Skip to content

Commit

Permalink
chore(repo): add linux install section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon committed Feb 5, 2024
1 parent 1fa92a5 commit 1fba335
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ As of today, Licensa boasts compatibility with over **65 file types**, making it

## Installation

### Linux

Licensa currently supports the following architectures:

- **x86_64** (64-bit Intel/AMD processors)
- **aarch64** (64-bit ARM processors)

Run the following command and follow the on-screen instructions:

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ekkolon/licensa/main/scripts/install.sh)"
```

This script will:

- automatically detect your machine's architecture
- download and unpack the necessary .tar
- copy the `licensa` binary to `usr/local/bin`

For more details, you can review the [installation script](/scripts/install.sh) directly.

### Windows

Before running the installation script, ensure that your PowerShell execution policy allows (remote) script execution. You can set the execution policy using the following command:
Expand Down

0 comments on commit 1fba335

Please sign in to comment.