From 9053c8a84474d2363d032db96836adc35fc6b83f Mon Sep 17 00:00:00 2001 From: pacjo <56438628+pacjo@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:05:00 +0100 Subject: [PATCH] add info for user installation --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ef048..90be208 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,12 @@ rm LTspice64.exe ## How to execute LTspice ``` -# Start lstpice through wine +# if LTspice is installed for current user only: +wine ~/.wine/drive_c/users//AppData/Local/Programs/ADI/LTspice/LTspice.exe +``` + +``` +# if it's installed system-wide: wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/XVIIx64.exe ```