Skip to content

Commit 0fa1570

Browse files
authored
Fix documentation: the --force is required
Without the `--force` option we get an error: ``` Failed to download pear/php_archive within preferred state "stable", latest release is version 0.12.0, stability "alpha", use "channel://pear.php.net/php_archive-0.12.0" to install install failed ```
1 parent a8bac58 commit 0fa1570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.CONTRIBUTING

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ mkdir go-pear-tarballs
120120
cd go-pear-tarballs
121121
pear download -Z PEAR-stable Archive_Tar-stable Console_Getopt-stable XML_Util-stable
122122
cd ../..
123-
pear install PHP_Archive
123+
pear install --force PHP_Archive
124124
php make-installpear-nozlib-phar.php
125125
php make-gopear-phar.php
126126

@@ -246,4 +246,4 @@ as if it were the remote one. This can be used to debug complex server interact
246246
without requiring any internet access whatsoever.
247247

248248
Again, as with all other tasks, consult one of the experienced developers if you need
249-
assistance setting up pearweb locally, or have any questions!
249+
assistance setting up pearweb locally, or have any questions!

0 commit comments

Comments
 (0)