瀏覽代碼

Fix typos

pull/531/head
Slavi Pantaleev 5 年之前
committed by GitHub
父節點
當前提交
4d8ca303d6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      docs/alternative-architectures.md

+ 2
- 2
docs/alternative-architectures.md 查看文件

@@ -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:
```
matrix_architecture = <your-matrix-server-architecture>
matrix_architecture: <your-matrix-server-architecture>
```
Currently supported architectures are the following:
- `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:
```
matrix_architecture = "arm32"
matrix_architecture: "arm32"
```

## Implementation details


Loading…
取消
儲存