Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 810 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 810 Bytes

Installing ds

Entropic requires a new command-line client, called ds (or "entropy delta".) ds requires at least Node 12. Install the cli:

Curl or wget

curl -sSL https://www.entropic.dev/install.sh | bash
wget -O - https://www.entropic.dev/install.sh | bash

Brew

brew install https://raw.githubusercontent.com/entropic-dev/entropic/master/docs/installing/homebrew/ds.rb

Arch Linux

If you're using Arch Linux, install the nodejs-entropic package from the AUR.

Snap packages (multiple Linux distributions)

If you're using a Linxu distro that supports snapd, you can install using snap:

# You might need to `sudo snap` if you aren't logged in with `snap login`
snap install entropic-ds