We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3710cd commit 9e84584Copy full SHA for 9e84584
docs/source/getting-started-setup.md
@@ -209,8 +209,10 @@ all the operators and backends.
209
210
You will need the following prerequisits for this section:
211
212
-* The `zstd` command line tool — install by running `pip3 install zstd`.
213
-
+* The `zstd` command line tool — install by running
+ ```bash
214
+ pip3 install zstd
215
+ ```
216
* Version `2023-07-18` of the `buck2` commandline tool — you can download a
217
prebuilt archive for your system from [the Buck2
218
repo](https://github.com/facebook/buck2/releases/tag/2023-07-18). Note that
0 commit comments