Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
phillco committed Jul 15, 2023
1 parent 3db09c6 commit 9fd89bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/vscode/command_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This directory contains the client code for communicating with the [VSCode comma

The source of truth is in https://github.com/talonhub/community/tree/main/apps/vscode/command_client, but the code is also maintained as a subtree at https://github.com/pokey/talon-vscode-command-client.

To contribute, first open a PR on knausj. Once the PR is merged, you can push the changes to the subtree by running the following commands on an up-to-date knausj main: (need write access)
To contribute, first open a PR on `community`.

Once the PR is merged, you can push the changes to the subtree by running the following commands on an up-to-date `community` main: (need write access)

```sh
git subtree split --prefix=apps/vscode/command_client --annotate="[split] " -b split
Expand Down

0 comments on commit 9fd89bc

Please sign in to comment.