summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Documentation/binary-cache.adoc1
-rw-r--r--Documentation/development.adoc1
-rw-r--r--Documentation/getting-spectrum.adoc2
3 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/binary-cache.adoc b/Documentation/binary-cache.adoc
index 07529da..16c73e9 100644
--- a/Documentation/binary-cache.adoc
+++ b/Documentation/binary-cache.adoc
@@ -42,6 +42,7 @@ substituter, and tells Nix to trust builds signed with its public key.
 
 Add the following configuration to /etc/nix/nix.conf:
 
+[source]
 ----
 substituters = https://cache.dataaturservice.se/spectrum/ https://cache.nixos.org/
 trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= spectrum-os.org-1:rnnSumz3+Dbs5uewPlwZSTP0k3g/5SRG4hD7Wbr9YuQ=
diff --git a/Documentation/development.adoc b/Documentation/development.adoc
index 23616a0..1f97c14 100644
--- a/Documentation/development.adoc
+++ b/Documentation/development.adoc
@@ -17,6 +17,7 @@ host/rootfs directory (which automatically sets up a virtio-vsock
 device), the running this command on the development Linux system will
 listen for a core file from Spectrum, and write it to a file:
 
+[source,shell]
 ----
 socat -u VSOCK-LISTEN:1129271877 CREATE:spectrum.core
 ----
diff --git a/Documentation/getting-spectrum.adoc b/Documentation/getting-spectrum.adoc
index 3de25e9..fc41c3a 100644
--- a/Documentation/getting-spectrum.adoc
+++ b/Documentation/getting-spectrum.adoc
@@ -19,6 +19,7 @@ If you want to try Spectrum out to get a feel for it, without
 installing it, you can run it in a development VM with some example
 applications.
 
+[source,shell]
 ----
 git clone https://spectrum-os.org/git/spectrum
 git clone https://github.com/NixOS/nixpkgs
@@ -33,6 +34,7 @@ still take a very long time.
 
 == Building an installer
 
+[source,shell]
 ----
 git clone https://spectrum-os.org/git/spectrum
 nix-build spectrum/img/combined \