Skip to content

Commit

Permalink
Update documentation on how to install the pants binary (pantsbuild#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanbarreto authored Mar 2, 2023
1 parent eca724a commit d049477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/markdown/Getting Started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ createdAt: "2020-02-21T17:44:53.022Z"
updatedAt: "2022-07-12T00:00:00.000Z"
---

You can download an installer script that will install the Pants binary with this command:
You can download and run an installer script that will install the Pants binary with this command:

```
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
```

This script will install `pants` into `~/bin`, which must be on your PATH. The installer script will warn you if it is not.
Expand Down

0 comments on commit d049477

Please sign in to comment.