From d4507e1790a4de1782268dabe44f9c2bbf936811 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 29 Apr 2023 10:38:41 +0300 Subject: [PATCH] Mention official Arch Linux packaging in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 663d229461..f9d71ae494 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,16 @@ privileges or aren't comfortable running a script with them, you can download th for your platform from [the latest release](https://github.com/dolthub/dolt/releases), unzip it, and put the binary somewhere on your `$PATH`. +### Linux + +#### Arch Linux + +Dolt is packaged in the official repositories for Arch Linux. + +``` +pacman -S dolt +``` + ### Mac #### Homebrew