From 02babd9f1e283d7dcd7c953cfe64bb94e8c66a69 Mon Sep 17 00:00:00 2001 From: Joe McLaughlin <joemcl@users.noreply.github.com> Date: Thu, 6 Jun 2019 15:22:58 -0700 Subject: [PATCH] add text re curl installation to Ubuntu --- docs/tools/buildkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index d4f8d791..aeed5c90 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -11,7 +11,7 @@ This is the same collection of tools which manages the test/demo/release infrast ### Ubuntu -If you have a new installation of Ubuntu 12.04 or later, then you can download everything -- buildkit and the system requirements -- with one command. This command will install buildkit to `~/buildkit`: +If you have a new installation of Ubuntu 12.04 or later, then you can download everything -- buildkit and the system requirements -- with one command. [`curl`](https://curl.haxx.se/) is required to be installed before you can run the command. You can install `curl` with `sudo apt install curl`. This command will install buildkit to `~/buildkit`: ```bash curl -Ls https://civicrm.org/get-buildkit.sh | bash -s -- --full --dir ~/buildkit -- GitLab