Skip to content

Commit

Permalink
fixup! Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Apr 9, 2024
1 parent fdf1167 commit 71dde4f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,29 @@ which is required by the automation voice.

git clone https://github.com/w3c/aria-at-automation-driver.git

2. Run the install command in a terminal:
2. Install the Node.js dependencies (from inside the project directory):

npm install

3. Run the install command in a terminal (from inside the project directory):

./bin/at-driver install

If prompted for system administration permission, grant permission.

3. Start the server by executing the following command in a terminal:
4. Start the server by executing the following command in a terminal (from
inside the project directory):

./bin/at-driver serve

The process will write a message to the standard error stream when the
WebSocket server is listening for connections. The `--help` flag will cause
the command to output advanced usage instructions (e.g. `at-driver --help`).

4. Configure any screen reader to use the synthesizer named "Microsoft Speech
5. Configure any screen reader to use the synthesizer named "Microsoft Speech
API version 5" and the text-to-speech voice named "Bocoup Automation Voice."

5. Use any WebSocket client to connect to the server. The protocol is described
6. Use any WebSocket client to connect to the server. The protocol is described
below. (The server will print protocol messages to its standard error stream
for diagnostic purposes only. Neither the format nor the availability of
this output is guaranteed, making it inappropriate for external use.)
Expand Down

0 comments on commit 71dde4f

Please sign in to comment.