Quellcode durchsuchen

Fix typos

pull/531/head
Slavi Pantaleev vor 5 Jahren
committed by GitHub
Ursprung
Commit
4d8ca303d6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      docs/alternative-architectures.md

+ 2
- 2
docs/alternative-architectures.md Datei anzeigen

@@ -3,7 +3,7 @@ As stated in the [Prerequisites](prerequisites.md), currently only x86_64 is sup


To that end add the following variable to your `vars.yaml` file: To that end add the following variable to your `vars.yaml` file:
``` ```
matrix_architecture = <your-matrix-server-architecture>
matrix_architecture: <your-matrix-server-architecture>
``` ```
Currently supported architectures are the following: Currently supported architectures are the following:
- `amd64` (the default) - `amd64` (the default)
@@ -12,7 +12,7 @@ Currently supported architectures are the following:


so for the Raspberry Pi the following should be in your `vars.yaml` file: so for the Raspberry Pi the following should be in your `vars.yaml` file:
``` ```
matrix_architecture = "arm32"
matrix_architecture: "arm32"
``` ```


## Implementation details ## Implementation details


Laden…
Abbrechen
Speichern