summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Reilingh <nreiling@bard.edu>2023-05-15 12:26:14 -0400
committerGitHub <noreply@github.com>2023-05-15 12:26:14 -0400
commit88b2de2de9c303343893b0dc922bd07c7d67ae5c (patch)
tree8610ebbefd5a22ced42c2fbbe0296204cc1096f4 /README.md
parent8d85bbe1d02137220746a794a2149754a0c638b4 (diff)
downloadPerlNavigator-88b2de2de9c303343893b0dc922bd07c7d67ae5c.zip
Fix README.md for build from source for other editors
Running `tsc` in the project root doesn't appear to do anything. Need to `cd` into `server` and then run `tsc`. Calling via `npx` is better here since you don't have to have installed `tsc` globally beforehand.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3996b0d..b889266 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,8 @@ Currently, this is not yet packaged for other editors but you can build from sou
git clone https://github.com/bscan/PerlNavigator
cd PerlNavigator/
npm run ci-all
-tsc
+cd server/
+npx tsc
```
### Sublime Text