Skip to content

Commit

Permalink
README refactored with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ekirei committed Oct 24, 2018
1 parent b4e23c6 commit 026e513
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -10,11 +10,12 @@ This repository contains the source code for the documentation hosted at [www.ud
## Build the documentation locally
On PHP7+ install XML and mbstring modules:

sudo apt-get install php7.0-xml php7.0-mbstring
sudo apt install php7.2 composer php7.2-xml php7.2-mbstring
composer install

Then build the documentation with

./daux.phar && ( cd static; cp -rp ../img .)
composer generate && cp -r img/ static/

To serve the documentation from a development webserver, run

Expand Down

0 comments on commit 026e513

Please sign in to comment.