From b2582fc69ee62271807377e4d3be4b92b80e56de Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 25 Mar 2022 10:59:35 +0100 Subject: [PATCH] [minor] Make examples look a bit better --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e99206..8c290b4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ You can also install PHP extensions from source code (provided that it comes wit Accepted formats are: -- A short version for repositories hosted on GitHub. +- A short version for repositories hosted on GitHub. For example, for the [php-memcached-dev/php-memcached](https://github.com/php-memcached-dev/php-memcached) GitHub repository, you can simply write: ```sh @@ -116,7 +116,7 @@ Accepted formats are: install-php-extensions php-memcached-dev/php-memcached@master install-php-extensions php-memcached-dev/php-memcached@refs/heads/master ``` -- An URL providing an archive containing the source code. +- An URL providing an archive containing the source code. Examples: ```sh # tgz archive for commit 8f106564e6bb005ca6100b12ccc89000daafa9d8 @@ -126,7 +126,7 @@ Accepted formats are: # tgz archive for branch master install-php-extensions https://codeload.github.com/php-memcached-dev/php-memcached/tar.gz/refs/heads/master ``` -- The absolute path of a local directory +- The absolute path of a local directory. Examples: ```sh # Download the source code