mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Fix documentation to require "sudo" for bin/aphlict
Summary: This script must run as root because it requires a privileged port to enable the flash cross-domain stuff. We give you a useful error message if you don't run it as root, but can be more clear in the documentation. Test Plan: Read file Reviewers: Afaque_Hussain, btrahan Reviewed By: Afaque_Hussain CC: aran Differential Revision: https://secure.phabricator.com/D4867
This commit is contained in:
parent
51dfeb7950
commit
6e5d8d4577
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ NOTE: This is cumbersome. There will be better testing tools at some point.
|
|||
|
||||
You can run `aphlict` in the foreground to get output to your console:
|
||||
|
||||
phabricator/ $ ./bin/aphlict --foreground
|
||||
phabricator/ $ sudo ./bin/aphlict --foreground
|
||||
|
||||
You can run `support/aphlict/client/aphlict_test_client.php` to connect to the
|
||||
Aphlict server from the command line. Messages the client receives will be
|
||||
|
|
Loading…
Reference in a new issue