From 4c400977c66aca581a2818b352e1be6539d5ab19 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 26 Jul 2021 23:30:52 +0200 Subject: [PATCH] Update troubleshooting for Nim --- doc/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index 24d5c46f..f92963a1 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -16,7 +16,7 @@ If you're having trouble running your editor on OSX, you might be having \$PATH If you're encountering problems on windows, you might want to try some of the workarounds mentioned here: [#797](https://github.com/tridactyl/tridactyl/issues/797). -If you're on Unix, running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main.py` in a terminal after you have installed the native messenger will tell you if there are any missing modules. +If you're on Unix, running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main` in a terminal after you have installed the native messenger will check that it is at least partially working. # Getting logging information