From d386b8bc7e9a3b2bbc3b31dfef080339a7f281df Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:50:55 +0000 Subject: [PATCH] silicon: change the to and --- pages/common/silicon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/silicon.md b/pages/common/silicon.md index ece20066fe..e5c3f4cd52 100644 --- a/pages/common/silicon.md +++ b/pages/common/silicon.md @@ -3,14 +3,14 @@ > Create an image of source code. > More information: . -- Generate the image from a specific source file: +- Generate an image from a specific source file: `silicon {{path/to/source_file}} --output {{path/to/output_image}}` -- Generate the image from a source file with a specific programing language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): +- Generate an image from a source file with a specific programing language syntax highlighting (e.g. `rust`, `py`, `js`, etc.): `silicon {{path/to/source_file}} --output {{path/to/output_image}} --language {{language|extension}}` -- Generate the image from `stdin`: +- Generate an image from `stdin`: `{{command}} | silicon --output {{path/to/output_image}}`