소스 검색

Fix typos

pull/531/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
4d8ca303d6
No known key found for this signature in database 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


불러오는 중...
취소
저장