From 9fd89bce04569d7511870191aa099c63311e4568 Mon Sep 17 00:00:00 2001 From: Phil Cohen Date: Sat, 15 Jul 2023 07:39:32 -0700 Subject: [PATCH] work --- apps/vscode/command_client/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/vscode/command_client/README.md b/apps/vscode/command_client/README.md index 196d844dbd..844d5849d2 100644 --- a/apps/vscode/command_client/README.md +++ b/apps/vscode/command_client/README.md @@ -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