Skip to content

Commit 75fbb24

Browse files
authored
Update README.md
fixed namespace for example extension
1 parent c7af4b6 commit 75fbb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ DLL.
3636

3737
Further installation details can be found in the [usage](./docs/usage.md) docs.
3838
This documentation assumes you have moved `pie.phar` into your `$PATH`, e.g.
39-
`/usr/local/bin/pie` on non-Windows systems.
39+
`/usr/local/bin/pie` on non-Windows systems or created an alias in your shell RC file.
4040

4141
## Installing a single extension using PIE
4242

4343
You can install an extension using the `install` command. For example, to
4444
install the `example_pie_extension` extension, you would run:
4545

4646
```shell
47-
$ pie install example/example-pie-extension
47+
$ pie install asgrim/example-pie-extension
4848
This command may need elevated privileges, and may prompt you for your password.
4949
You are running PHP 8.3.10
5050
Target PHP installation: 8.3.10 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.3)

0 commit comments

Comments
 (0)