From 75aae9a216279f8eebdf27b7cbe616a8b215707a Mon Sep 17 00:00:00 2001 From: pitts-mo Date: Sat, 15 Mar 2025 11:13:08 -0400 Subject: [PATCH] Update README.md -add Appimage decoder path I don't like using sudo but this was the only way I found to allow the decoder to persist across PulseView AppImage sessions. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b95565..c1e0648 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,12 @@ cd ~/.local/share/libsigrokdecode/decoders/dshot Then clone this repository Reload sigrok-cli/pulseview + +## linux PulseView AppImage +sudo mkdir -p /__w/sigrok-build/sigrok-build/sr/share/libsigrokdecode/decoders + +cd /__w/sigrok-build/sigrok-build/sr/share/libsigrokdecode/decoders + +use sudo to clone this repository + +Reload sigrok-cli/pulseview