Skip to content
Draft
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ Note that it is also possible to install `community` by [downloading and extract
It is recommended to install `community` using [`git`](https://git-scm.com/).

1. Install [`git`](https://git-scm.com/)
2. Open a [command prompt](https://www.wikihow.com/Open-the-Command-Prompt-in-Windows)
3. Paste the following into the command prompt window then press <kbd>Enter</kbd>:

2. Open a [powershell window](https://apps.microsoft.com/detail/9mz1snwt0n5d?hl=en-GB&gl=IN) (install if not already packaged with your windows installation)

3. Paste the following into the Powershell window _one line at a time_:

```
cd %AppData%\Talon\user
cd $env:APPDATA/talon/user
git clone https://github.com/talonhub/community community
```

Expand Down