Skip to content

Add commands for manual installation#236

Merged
mglaman merged 3 commits intomglaman:mainfrom
normanlolx:patch-1
Feb 19, 2026
Merged

Add commands for manual installation#236
mglaman merged 3 commits intomglaman:mainfrom
normanlolx:patch-1

Conversation

@normanlolx
Copy link
Contributor

@normanlolx normanlolx commented Jan 27, 2024

Just for making it a little bit easier.

Copy link
Owner

@mglaman mglaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, sorry it took so long for me to look at it.

README.md Outdated
Comment on lines 18 to 25
Mac:
```bash
curl -OL https://github.com/mglaman/drupalorg-cli/releases/latest/download/drupalorg.phar
```
Linux:
```bash
wget -O drupalorg.phar https://github.com/mglaman/drupalorg-cli/releases/latest/download/drupalorg.phar
```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can consolidate and just use curl for both.

README.md Outdated
```

```bash
sudo mv drupalorg.phar /usr/local/bin/drupalorg
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need sudo for /usr/local

mglaman and others added 2 commits February 19, 2026 09:37
- Consolidate Mac/Linux download sections into a single curl command
- Remove sudo from mv command (/usr/local/bin is user-writable on macOS)
- Combine chmod and mv into one code block
- Fix "releases" -> "release" (singular)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mglaman mglaman merged commit 73169e8 into mglaman:main Feb 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments