From 24cb11335009e0b0afb834f5d8c03ca23c9baa55 Mon Sep 17 00:00:00 2001 From: Thomas Thomassen Date: Thu, 31 Aug 2023 13:34:28 +0200 Subject: [PATCH] Update README.md to reflect SU2024 compatibility. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23bee682e..5da215184 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a Ruby debugger framework for SketchUp 2014 and later. The `ruby-debug-i - Download the pre-built dynamic library (SURubyDebugger.dll) from the [latest release](https://github.com/SketchUp/sketchup-ruby-debugger/releases) or build from the sources. - Copy the DLL into the SketchUp installation directory. As the exact path will depend on the version of SketchUp you have installed, look for a folder similar to the following: ``` -C:\Program Files\SketchUp\SketchUp 2023\ +C:\Program Files\SketchUp\SketchUp 2024\ C:\Program Files (x86)\SketchUp\SketchUp 2015\ ``` @@ -25,15 +25,15 @@ SketchUp.exe -rdebug "ide port=6123" - Install SketchUp 2014 Maintenance 1 Release (version 14.1.1283) or later. - Download `SURubyDebugger.dylib` into the Frameworks directory of the app bundle: ``` -curl -L https://github.com/SketchUp/sketchup-ruby-debugger/releases/download/1.5.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2023/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib +curl -L https://github.com/SketchUp/sketchup-ruby-debugger/releases/download/1.5.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2024/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib ``` - Run SketchUp from the command line: ``` -/Applications/SketchUp\ 2023/SketchUp.app/Contents/MacOS/SketchUp -rdebug "ide port=6123" +/Applications/SketchUp\ 2024/SketchUp.app/Contents/MacOS/SketchUp -rdebug "ide port=6123" ``` Alternatively: ``` -open -a /Applications/SketchUp\ 2023/SketchUp.app --args -rdebug "ide port=6123" +open -a /Applications/SketchUp\ 2024/SketchUp.app --args -rdebug "ide port=6123" ``` ## Known Issues