Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ limited. We plan to add more content and features as we develop towards version

## User setup

1. From https://github.com/google/tie/, click on the green "Clone or download"
button then click "Download ZIP"
1. From [https://github.com/google/tie/](https://github.com/google/tie/), click on the green ``Clone or download``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note -- for this and other "code font" stuff, isn't just one backtick enough? I.e. "`" rather than "``" (at both the start and end)?

button then click ``Download ZIP``
2. Unzip the zip file
3. Open the file client/question/question.html in a web browser
4. Use the coding window on the right to code a solution and click "I think I'm
done" if you think you have answer (repeat until you solve the question)
3. Open the file ``client/question/question.html`` in a web browser
4. Use the coding window on the right to code a solution and click ``I think I'm
done`` if you think you have answer (repeat until you solve the question)
5. To stop the TIE application, simply close the browser window
6. To remove TIE from your computer, delete the downloaded files from steps 1
and 2
Expand Down