mirror of https://github.com/buildpacks/docs.git
update arch install (#821)
Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit is contained in:
parent
81cc2e6be0
commit
3d774df2f5
|
|
@ -2,10 +2,11 @@
|
|||
methods:
|
||||
- name: Arch Linux
|
||||
content: |
|
||||
On Arch Linux, there are two packages available:
|
||||
`pack` can be installed using the [official repo](https://archlinux.org/packages/extra/x86_64/pack-cli) by running the following commands:
|
||||
|
||||
- [pack-cli](https://aur.archlinux.org/packages/pack-cli/)
|
||||
- [pack-cli-bin](https://aur.archlinux.org/packages/pack-cli-bin/)
|
||||
```bash
|
||||
pacman -S pack-cli
|
||||
```
|
||||
- &container
|
||||
name: Container
|
||||
content: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue