File tree 1 file changed +0
-25
lines changed
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
17
17
- [ Install] ( #install )
18
18
- [ Requirements] ( #requirements )
19
19
- [ Quick install] ( #quick-install )
20
- - [ Nightly versions] ( #nightly-versions )
21
20
- [ License] ( #license )
22
21
23
22
## Usage
@@ -133,30 +132,6 @@ _Add execution permissions to the binary_
133
132
chmod +x ${BINDIR} /phpcc
134
133
```
135
134
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
-
160
135
## License
161
136
162
137
Licensed under the [ MIT License] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments