Skip to content

Commit 9955abd

Browse files
committed
Updated to use node executable
1 parent 08719fa commit 9955abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ You should now be able to run the client (see Usage).
3838
### Usage
3939

4040
```bash
41-
$ ./frame.js -u username [-d domain] [-c]
41+
$ node frame.js -u username [-d domain] [-c]
4242
```
4343

4444
As an example, to start up the frame for user jonwohl, with a server at www.openframe.io:
4545

4646
```bash
47-
$ ./frame.js -u jonwohl -d www.openframe.io
47+
$ node frame.js -u jonwohl -d www.openframe.io
4848
```
4949

5050
The presence of the `-c` flag will force the system to try to open the frame using Chromium instead of whatever the default browser is. At present, on linux Chromium is a required dependency, and will always be used.

0 commit comments

Comments
 (0)