From 043efeb45091683372accfaeff96608485e730f7 Mon Sep 17 00:00:00 2001 From: Maurits Lamers Date: Sat, 2 Sep 2017 15:58:22 +0200 Subject: [PATCH] Fix a small oversight (nw22 to nw23) --- docs/build-nwjs-v0.23.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-nwjs-v0.23.x.md b/docs/build-nwjs-v0.23.x.md index 2ed5309..d95f02e 100644 --- a/docs/build-nwjs-v0.23.x.md +++ b/docs/build-nwjs-v0.23.x.md @@ -63,7 +63,7 @@ git config --global color.ui true mkdir -p $HOME/nwjs export NWJS=$HOME/nwjs cd $NWJS -gclient config --name=src https://github.com/nwjs/chromium.src.git@origin/nw22 +gclient config --name=src https://github.com/nwjs/chromium.src.git@origin/nw23 ``` Put `NWJS` environment variable in your ~/.bashrc or ~/.zshrc.