Skip to content
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
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@ 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>:
1. Open a [powershell window](https://apps.microsoft.com/detail/9mz1snwt0n5d?hl=en-GB&gl=IN) (install if not already packaged with your windows installation)
2. Install git by pasting the following command into the Powershell Window

```
winget install --id Git.Git -e --source winget
```

3. Paste the following into a _new_ 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