https://github.com/whsv26/notes
PHP developer notes
https://github.com/whsv26/notes
phpstorm ubuntu
Last synced: 7 months ago
JSON representation
PHP developer notes
- Host: GitHub
- URL: https://github.com/whsv26/notes
- Owner: whsv26
- Created: 2020-12-02T11:45:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T07:28:16.000Z (about 4 years ago)
- Last Synced: 2023-06-14T20:39:50.984Z (over 2 years ago)
- Topics: phpstorm, ubuntu
- Language: PHP
- Homepage:
- Size: 107 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
PHP developer notes
## Contents
- [Linux commands](doc/LinuxCommands.md)
- [Linux tools](doc/LinuxTools.md)
- [Shortcuts](doc/Shortcuts.md)
## Contribution
- Install dependencies
```console
sudo apt install pandoc
```
- Generate **doc** from **src**
```console
make
```