Skip to content

Commit d3c4a7b

Browse files
authored
Merge pull request #503 from SecondeJK/patch-1
Docs fix
2 parents c7af4b6 + ade4efa commit d3c4a7b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ 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)
51-
Found package: example/example-pie-extension:1.0.1 which provides ext-example_pie_extension
51+
Found package: asgrim/example-pie-extension:1.0.1 which provides ext-example_pie_extension
5252
phpize complete.
5353
Configure complete.
54-
Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/example-example-pie-extension-769f906/modules/example_pie_extension.so
54+
Build complete: /tmp/pie_downloader_66e0b1de73cdb6.04069773/asgrim-example-pie-extension-769f906/modules/example_pie_extension.so
5555
Install complete: /usr/lib/php/20230831/example_pie_extension.so
5656
You must now add "extension=example_pie_extension" to your php.ini
5757
$

0 commit comments

Comments
 (0)