Skip to content

Commit

Permalink
Cleaned up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 11, 2018
1 parent 22f1cf5 commit 5380b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions install
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
#
# Zephir Parser
# Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
# Copyright (c) 2013-present Zephir Team (https://zephir-lang.com//)
#
# This source file is subject the MIT license, that is bundled with this
# package in the file LICENSE, and is available through the world-wide-web
# at the following url: http://zephir-lang.com/license.html
# at the following url: https://zephir-lang.com//license.html
#
# Available options:
# --phpize <PATH> Path to custom `phpize' executable
Expand All @@ -17,10 +17,10 @@
# Usage:
#
# Build and install extension using default PHP's paths:
# ./install-development
# ./install
#
# Build and install extension using custom PHP's paths:
# ./install-development --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
# ./install --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6

CURRENT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

Expand Down
2 changes: 1 addition & 1 deletion install-development
Expand Up @@ -5,7 +5,7 @@
#
# This source file is subject the MIT license, that is bundled with this
# package in the file LICENSE, and is available through the world-wide-web
# at the following url: http://zephir-lang.com/license.html
# at the following url: https://zephir-lang.com//license.html
#
# By default, this utility DOES NOT INSTALL the extension and performs just
# compilation and building. This behavior is convenient to use with
Expand Down

0 comments on commit 5380b1b

Please sign in to comment.