From 0fe3d92fd7cb00b9de9e4379d121e4fe81863049 Mon Sep 17 00:00:00 2001 From: Nigel Thorne Date: Thu, 23 Apr 2015 09:37:50 +1000 Subject: [PATCH] Replaced gitreceive with sshcommand as per #746 --- docs/advanced-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-installation.md b/docs/advanced-installation.md index 9ee60240f..f9ec9c36a 100644 --- a/docs/advanced-installation.md +++ b/docs/advanced-installation.md @@ -19,7 +19,7 @@ sudo make install The `Makefile` allows source URLs to be overridden to include customizations from your own repositories. The `DOCKER_URL`, `PLUGINHOOK_URL`, `SSHCOMMAND_URL` and `STACK_URL` environment variables may be set to override the defaults (see the `Makefile` for how these apply). Example: ```shell -sudo SSHCOMMAND_URL=https://raw.github.com/yourusername/sshcommand/master/gitreceive make install +sudo SSHCOMMAND_URL=https://raw.github.com/yourusername/sshcommand/master/sshcommand make install ``` ## Bootstrap a server from your own repository