https://github.com/vitexus/phpdocumentor-deb
Debian package for phpDocumentor
https://github.com/vitexus/phpdocumentor-deb
Last synced: about 1 year ago
JSON representation
Debian package for phpDocumentor
- Host: GitHub
- URL: https://github.com/vitexus/phpdocumentor-deb
- Owner: Vitexus
- Created: 2020-10-11T23:29:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:59:36.000Z (over 1 year ago)
- Last Synced: 2025-03-10T10:39:12.931Z (over 1 year ago)
- Language: Twig
- Size: 76.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# phpDocumentor-deb
Debian package for https://github.com/phpDocumentor/phpDocumentor
Installation
------------
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install phpdocumentor
```