Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace shell source with console one #933

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This style guide evolves over time as additional conventions are identified and
ifdef::env-github[]
You can generate a PDF copy of this guide using https://asciidoctor.org/docs/asciidoctor-pdf/[AsciiDoctor PDF], and an HTML copy https://asciidoctor.org/docs/convert-documents/#converting-a-document-to-html[with] https://asciidoctor.org/#installation[AsciiDoctor] using the following commands:

[source,shell]
[source,console]
----
# Generates README.pdf
asciidoctor-pdf -a allow-uri-read README.adoc
Expand All @@ -47,7 +47,7 @@ asciidoctor README.adoc
====
Install the `rouge` gem to get nice syntax highlighting in the generated document.

[source,shell]
[source,console]
----
gem install rouge
----
Expand Down Expand Up @@ -214,7 +214,7 @@ Use Unix-style line endings.footnote:[*BSD/Solaris/Linux/macOS users are covered
====
If you're using Git you might want to add the following configuration setting to protect your project from Windows line endings creeping in:

[source,shell]
[source,console]
----
$ git config --global core.autocrlf true
----
Expand Down