You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Update commands for Arch (#1306)
This commit is contained in:
committed by
GitHub
parent
ad613f29d2
commit
30cd862fc0
@@ -205,12 +205,12 @@ Also works for other Arch-derived distributions like ArcoLinux, EndeavourOS, Art
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install httpie
|
# Install httpie
|
||||||
$ pacman -Sy httpie
|
$ pacman -Syu httpie
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Upgrade httpie
|
# Upgrade httpie
|
||||||
$ pacman -Syu httpie
|
$ pacman -Syu
|
||||||
```
|
```
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
@@ -106,9 +106,9 @@ tools:
|
|||||||
package: https://archlinux.org/packages/community/any/httpie/
|
package: https://archlinux.org/packages/community/any/httpie/
|
||||||
commands:
|
commands:
|
||||||
install:
|
install:
|
||||||
- pacman -Sy httpie
|
|
||||||
upgrade:
|
|
||||||
- pacman -Syu httpie
|
- pacman -Syu httpie
|
||||||
|
upgrade:
|
||||||
|
- pacman -Syu
|
||||||
|
|
||||||
pkg:
|
pkg:
|
||||||
title: FreshPorts
|
title: FreshPorts
|
||||||
|
Reference in New Issue
Block a user