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
This commit is contained in:
John Parton
2025-06-04 04:09:16 -05:00
committed by GitHub
parent dec18f5c70
commit 9bf5cf0fb9

View File

@@ -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.