From ec1124692fa1e1e78619a1bd2a5a0b9c026122e8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 2 Mar 2017 22:58:37 +0100 Subject: [PATCH] Add update instructions to README (fixes #95) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f35d40b..5a3c08f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ chmod 777 templates_c/ If your web server is Apache, you need to set the `AllowOverride` setting to `All` or `FileInfo`. +#### Update + +When updating from Git, you need to run npm and Composer again: + +```bash +git pull +npm install +composer install +``` + ## Config If you want to use a custom config, you need to create a config file: