Skip to content

Commit

Permalink
add Alpine Linux in installation.md (#178)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
qaqland authored Jul 13, 2024
1 parent 3edc28e commit ef68b63
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,18 @@ pacman -Sy mingw-w64-i686-xmake
brew install xmake
```

## Archlinux
## Arch Linux

```bash
sudo pacman -Sy xmake
```

## Alpine Linux

```bash
sudo apk add xmake
```

## Ubuntu

### via apt
Expand All @@ -104,7 +110,7 @@ For Fedora 39 and above, you can install directly from the official repositories

```bash
sudo dnf install xmake
``
```

We can also install from the Copr repository:

Expand Down
8 changes: 7 additions & 1 deletion zh-cn/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,18 @@ brew install xmake --HEAD
bash <(curl -fsSL https://xmake.io/shget.text)
```

## Archlinux
## Arch Linux

```bash
sudo pacman -Sy xmake
```

## Alpine Linux

```bash
sudo apk add xmake
```

## Ubuntu

### 使用apt安装
Expand Down

0 comments on commit ef68b63

Please sign in to comment.