diff --git a/source/developers/website.markdown b/source/developers/website.markdown index 4dac1a51fd9..75632231ab2 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -38,9 +38,7 @@ It could be necessary that you run `rake generate` prior to `rake preview` for t
Site generated by `rake` is only available locally. If you are developing on a headless machine use port forwarding: -```bash -ssh -L 4000:localhost:4000 use_on_headless_machine@ip_of_headless_machine -``` +`ssh -L 4000:localhost:4000 use_on_headless_machine@ip_of_headless_machine`
### {% linkable_title Create a page %}