Skip to content

Commit 3bea60a

Browse files
authored
Merge pull request #933 from ydakuka/replace-bash-with-console
Replace shell source with console one
2 parents 78b6fca + 519d177 commit 3bea60a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This style guide evolves over time as additional conventions are identified and
3434
ifdef::env-github[]
3535
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:
3636

37-
[source,shell]
37+
[source,console]
3838
----
3939
# Generates README.pdf
4040
asciidoctor-pdf -a allow-uri-read README.adoc
@@ -47,7 +47,7 @@ asciidoctor README.adoc
4747
====
4848
Install the `rouge` gem to get nice syntax highlighting in the generated document.
4949
50-
[source,shell]
50+
[source,console]
5151
----
5252
gem install rouge
5353
----
@@ -214,7 +214,7 @@ Use Unix-style line endings.footnote:[*BSD/Solaris/Linux/macOS users are covered
214214
====
215215
If you're using Git you might want to add the following configuration setting to protect your project from Windows line endings creeping in:
216216
217-
[source,shell]
217+
[source,console]
218218
----
219219
$ git config --global core.autocrlf true
220220
----

0 commit comments

Comments
 (0)