Skip to content

Commit b639e42

Browse files
brollinpokey
andauthored
Add updating.md (#876)
* add updating.md * move updating.md to the right place * fix path * path fix up * Tweaks Co-authored-by: Pokey Rule <[email protected]>
1 parent 5cc286d commit b639e42

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/user/updating.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Updating
2+
3+
Cursorless consists of two components:
4+
5+
- A VSCode extension, and
6+
- A set of Talon files to define the spoken commands
7+
8+
## Updating the VSCode extension
9+
10+
The VSCode extension will update automatically, unless for some reason you have auto-updating disabled, in which case you will have to [update the extension manually](https://code.visualstudio.com/docs/editor/extension-marketplace#_update-an-extension-manually).
11+
12+
## Updating the Talon side
13+
14+
The Talon side of Cursorless always needs to be updated manually by performing a `git pull` in the appropriate directory.
15+
16+
### Linux & Mac
17+
18+
Assuming the default install location of `~/.talon/user/cursorless-talon`:
19+
20+
```bash
21+
cd ~/.talon/user/cursorless-talon
22+
git pull
23+
```
24+
25+
### Windows
26+
27+
Assuming the default install location of `%AppData%\Talon\user\cursorless-talon`:
28+
29+
```batch
30+
cd %AppData%\Talon\user\cursorless-talon
31+
git pull
32+
```

0 commit comments

Comments
 (0)