File tree 6 files changed +6
-5
lines changed
6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
- Refactor and cleanup build script #2756 (@cyqsimon )
11
11
- Checks changelog has been written to for PRs in CI #2766 (@cyqsimon )
12
12
- Minor benchmark script improvements #2768 (@cyqsimon )
13
+ - Update Arch Linux package URL in README files #2779 (@brunobell )
13
14
14
15
## Syntaxes
15
16
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ apk add bat
296
296
297
297
### On Arch Linux
298
298
299
- You can install [ the ` bat ` package] ( https://www.archlinux.org/packages/community /x86_64/bat/ )
299
+ You can install [ the ` bat ` package] ( https://www.archlinux.org/packages/extra /x86_64/bat/ )
300
300
from the official sources:
301
301
302
302
``` bash
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ apk add bat
219
219
220
220
### On Arch Linux
221
221
222
- [ Arch Linuxの公式リソース] ( https://www.archlinux.org/packages/community /x86_64/bat/ )
222
+ [ Arch Linuxの公式リソース] ( https://www.archlinux.org/packages/extra /x86_64/bat/ )
223
223
からインストールできます。
224
224
225
225
``` bash
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ apk add bat
264
264
### Arch Linux에서
265
265
266
266
공식 소스를 통해
267
- [ ` bat ` 패키지] ( https://www.archlinux.org/packages/community /x86_64/bat/ ) 를
267
+ [ ` bat ` 패키지] ( https://www.archlinux.org/packages/extra /x86_64/bat/ ) 를
268
268
설치할 수 있습니다:
269
269
270
270
``` bash
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ apk add bat
201
201
202
202
### Arch Linux
203
203
204
- Вы можете установить [ ` bat ` ] ( https://www.archlinux.org/packages/community /x86_64/bat/ ) из официального источника:
204
+ Вы можете установить [ ` bat ` ] ( https://www.archlinux.org/packages/extra /x86_64/bat/ ) из официального источника:
205
205
206
206
``` bash
207
207
pacman -S bat
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ apk add bat
232
232
233
233
### Arch Linux
234
234
235
- 你可以用下面下列命令从官方源中安装[ ` bat ` 包] ( https://www.archlinux.org/packages/community /x86_64/bat/ ) :
235
+ 你可以用下面下列命令从官方源中安装[ ` bat ` 包] ( https://www.archlinux.org/packages/extra /x86_64/bat/ ) :
236
236
237
237
``` bash
238
238
pacman -S bat
You can’t perform that action at this time.
0 commit comments