Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Fix broken link to Watchman build instructions #1571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_docs/features/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default on your OS distribution.
- `node` and `npm` must be in your `$PATH` environment variable.
- [Watchman](https://facebook.github.io/watchman). The Nuclide server
requires Watchman to detect file and directory changes. Follow the Watchman
[build or install instructions](http://facebook.github.io/watchman/docs/install.html#build-install)
[build or install instructions](http://facebook.github.io/watchman/docs/install.html#buildinstall)
for your server's platform.
- SSH Daemon - The Nuclide client connects to the server via SSH, so ensure that the server exposes
an SSH daemon that you can connect to from your client machine and that you know the required credentials. You will need to have an existing private key that can be used to connect to the server.
Expand Down