mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
i18n: translation small error fixes
This commit is contained in:
@@ -6,7 +6,7 @@ You can choose one of the following installation methods:
|
||||
|
||||
### Use maa-cli
|
||||
|
||||
[maa-cli](https://github.com/MaaAssistantArknights/maa-cli) is a simple CLI for MAA by Rust. Please read installation and usage tutorials in [User Guide for CLI](./1.6-USER_GUIDE_FOR_CLI)。
|
||||
[maa-cli](https://github.com/MaaAssistantArknights/maa-cli) is a simple CLI for MAA made with Rust. Please read installation and usage tutorials in [User Guide for CLI](./1.6-USER_GUIDE_FOR_CLI).
|
||||
|
||||
### Use Python
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ icon: material-symbols:terminal
|
||||
|
||||
### Appimage
|
||||
|
||||
The CLI is the default interface of MAA on Linux. You can use the CLI directly by [download](https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/latest) the latest Appimage.
|
||||
The CLI is the default interface of MAA on Linux. You can use the CLI directly by [downloading](https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/latest) the latest Appimage.
|
||||
|
||||
### Package manager
|
||||
|
||||
@@ -29,9 +29,9 @@ brew install MaaAssistantArknights/tap/maa-cli
|
||||
|
||||
- Arch Linux users can install [AUR package](https://aur.archlinux.org/packages/maa-cli/):
|
||||
|
||||
```bash
|
||||
yay -S maa-cli
|
||||
```
|
||||
```bash
|
||||
yay -S maa-cli
|
||||
```
|
||||
|
||||
- Nix users can run directly:
|
||||
|
||||
@@ -45,7 +45,7 @@ brew install MaaAssistantArknights/tap/maa-cli
|
||||
nix run github:Cryolitia/nur-packages#maa-cli-nightly
|
||||
```
|
||||
|
||||
Stable is the `maa-cli` that packaged in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ma/maa-cli/package.nix), using the nixpkgs's Rust toolchain;Nightly is in [NUR](https://github.com/Cryolitia/nur-packages/blob/master/pkgs/maa-assistant-arknights/maa-cli.nix), use the Beta Channel of Rust toolchain, automatically update and builds for verification by Github Action daily.
|
||||
Stable is the `maa-cli` that is packaged in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ma/maa-cli/package.nix), using the nixpkgs's Rust toolchain;Nightly is in [NUR](https://github.com/Cryolitia/nur-packages/blob/master/pkgs/maa-assistant-arknights/maa-cli.nix), it uses the Beta Channel of Rust toolchain, automatically updates and builds for verification by Github Action daily.
|
||||
|
||||
- For Linux Brew users, you can install with [Linux Brew](https://docs.brew.sh/Homebrew-on-Linux):
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Linux Compilation Tutorial
|
||||
# Linux Compiling Tutorial
|
||||
|
||||
**The tutorial requires some basic knowledge about Linux OS!**, If you just want to install MAA directly instead of compiling it yourself, please read [Emulator Support for Linux](./1.5-EMULATOR_SUPPORTS_FOR_LINUX).
|
||||
**The tutorial requires some basic knowledge about Linux OS!**
|
||||
If you just want to install MAA directly instead of compiling it yourself, please read [Emulator Support for Linux](./1.5-EMULATOR_SUPPORTS_FOR_LINUX).
|
||||
|
||||
::: info **Note**
|
||||
Linux build of MAA is still under discussion, some of the content might be outdated, please follow the script in [GitHub workflow file](../.github/workflows/release-maa-linux.yml), also reference [AUR PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=maa-assistant-arknights), [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ma/maa-assistant-arknights/package.nix)
|
||||
@@ -12,15 +13,15 @@ Linux build of MAA is still under discussion, some of the content might be outda
|
||||
|
||||
- Ubuntu/Debian
|
||||
|
||||
```bash
|
||||
sudo apt install gcc-12 g++-12 cmake zlib1g-dev
|
||||
```
|
||||
```bash
|
||||
sudo apt install gcc-12 g++-12 cmake zlib1g-dev
|
||||
```
|
||||
|
||||
- Arch Linux
|
||||
|
||||
```bash
|
||||
sudo pacman -S --needed gcc cmake zlib
|
||||
```
|
||||
```bash
|
||||
sudo pacman -S --needed gcc cmake zlib
|
||||
```
|
||||
|
||||
2. Build or download third-party libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user