Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ A command line tool for interfacing with Drupal.org. Uses the Drupal.org REST AP

1. Download the `drupalorg.phar` file from the [latest release](https://github.com/mglaman/drupalorg-cli/releases/latest).

```bash
curl -OL https://github.com/mglaman/drupalorg-cli/releases/latest/download/drupalorg.phar
```

2. Rename the file to `drupalorg`, ensure it is executable, and move it into a directory in your PATH (use `echo $PATH` to see your options).

```bash
chmod +x drupalorg.phar
mv drupalorg.phar /usr/local/bin/drupalorg
```

3. Run `drupalorg` and verify you can see the list of available commands.

### Installing via Composer (deprecated)
Expand Down
Loading