Skip to content

Commit 5380b1b

Browse files
committed
Cleaned up docs
1 parent 22f1cf5 commit 5380b1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

install

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
#
33
# Zephir Parser
4-
# Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/)
4+
# Copyright (c) 2013-present Zephir Team (https://zephir-lang.com//)
55
#
66
# This source file is subject the MIT license, that is bundled with this
77
# package in the file LICENSE, and is available through the world-wide-web
8-
# at the following url: http://zephir-lang.com/license.html
8+
# at the following url: https://zephir-lang.com//license.html
99
#
1010
# Available options:
1111
# --phpize <PATH> Path to custom `phpize' executable
@@ -17,10 +17,10 @@
1717
# Usage:
1818
#
1919
# Build and install extension using default PHP's paths:
20-
# ./install-development
20+
# ./install
2121
#
2222
# Build and install extension using custom PHP's paths:
23-
# ./install-development --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
23+
# ./install --phpize /usr/bin/phpize5.6 --php-config /usr/bin/php-config5.6
2424

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

install-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# This source file is subject the MIT license, that is bundled with this
77
# package in the file LICENSE, and is available through the world-wide-web
8-
# at the following url: http://zephir-lang.com/license.html
8+
# at the following url: https://zephir-lang.com//license.html
99
#
1010
# By default, this utility DOES NOT INSTALL the extension and performs just
1111
# compilation and building. This behavior is convenient to use with

0 commit comments

Comments
 (0)