File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ PHP Code compiler - Phar executable compiling utility
1717- [ Install] ( #install )
1818 - [ Requirements] ( #requirements )
1919 - [ Quick install] ( #quick-install )
20- - [ Nightly versions] ( #nightly-versions )
2120- [ License] ( #license )
2221
2322## Usage
@@ -133,30 +132,6 @@ _Add execution permissions to the binary_
133132chmod +x ${BINDIR} /phpcc
134133```
135134
136- ### Nightly versions
137-
138- Want to test the edge version ?
139-
140- _ Clone a local copy of the repository_
141-
142- ``` bash
143- git clone https://github.com/yannoff/phpcc.git
144- ```
145-
146- _ Symlink the binary_
147-
148- ``` bash
149- cd ${BINDIR}
150- ln -s /path/to/working/copy/bin/phpcc
151- ```
152-
153- _ Stay up-to-date_
154-
155- ``` bash
156- cd /path/to/working/copy
157- git pull --rebase
158- ```
159-
160135## License
161136
162137Licensed under the [ MIT License] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments