From 9bf5cf0fb942bf6568364f419a321632615f6e94 Mon Sep 17 00:00:00 2001 From: John Parton Date: Wed, 4 Jun 2025 04:09:16 -0500 Subject: [PATCH] Use backticks instead of single quotes on code example in README.md (#9728) Instructions for building on Ubuntu used single quotes. Changed to use backticks so that Github applies the `code` style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cf725f8b0..4fe4d2fedc 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ Explore the latest developments in Orca Slicer with our nightly builds. Feedback - For most common errors, open `DockerRun.sh` and read the comments. - Ubuntu - Dependencies **Will be auto installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git texinfo` - - run 'sudo ./BuildLinux.sh -u' - - run './BuildLinux.sh -dsi' + - run `sudo ./BuildLinux.sh -u` + - run `./BuildLinux.sh -dsi` # Note: If you're running Klipper, it's recommended to add the following configuration to your `printer.cfg` file.