Skip to content

Commit

Permalink
Merge pull request #933 from ydakuka/replace-bash-with-console
Browse files Browse the repository at this point in the history
Replace shell source with console one
  • Loading branch information
koic authored Nov 17, 2023
2 parents 78b6fca + 519d177 commit 3bea60a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 3bea60a

Please sign in to comment.