Skip to content

Commit 47dc387

Browse files
committed
Documentation: Remove nightly section
1 parent 1b3a132 commit 47dc387

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

-25
Original file line numberDiff line numberDiff 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_
133132
chmod +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

162137
Licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)