Installation
Get 1ls up and running in your environment.
Using pnpm
Install 1ls globally to use it from the command line or in the browser.
bash
pnpm add -g 1lsWorks with npm-compatible package registries too.
Using Homebrew
On macOS or Linux, you can install via Homebrew for a native binary.
bash
brew install yowainwright/tap/1lsUsing curl
Install directly with a single command.
bash
curl -fsSL https://raw.githubusercontent.com/yowainwright/1ls/main/scripts/install.sh | bashVerify Installation
Check that 1ls is installed correctly.
bash
1ls --version