aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-02-23 22:18:38 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2018-02-23 22:18:38 -0800
commit38761235872797bf03b624962fd1b312132a6c8d (patch)
treeb43a8f0657b268cb589ad22be3f0f25d6a98cc4f
parentDocker: add way to build without polluting local system. (diff)
downloadtyrian-theme-38761235872797bf03b624962fd1b312132a6c8d.tar.gz
tyrian-theme-38761235872797bf03b624962fd1b312132a6c8d.tar.bz2
tyrian-theme-38761235872797bf03b624962fd1b312132a6c8d.zip
README: document container usage.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88157d6..d2f6a69 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,16 @@ Tyrian – The new look of gentoo.org
Please use the assets located on the CDN for live websites.
See assets-cdn.txt for the URLs.
-### Development
+### Development (local)
* `emerge net-libs/nodejs` to get node.js up and running
* `sudo npm install -g grunt-cli` to get grunt(1)
* clone this repository (don't forget to `init` and `update` the git submodules)
* run `npm install` in the repository root as well as in `sources/css/{bootstrap,tyrian}`
* run `grunt`
+* Output appears in `assets/`
+
+### Development (containerized)
+* clone this repository (don't forget to `init` and `update` the git submodules)
+* run `make docker-run`
+* Output appears in `assets/`