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