Skip to content

Commit d91d136

Browse files
committed
Update README for the CI changes.
1 parent 0506f70 commit d91d136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LxRunOffline
22

3-
[![Build status](https://img.shields.io/appveyor/ci/ddosolitary/lxrunoffline/master.svg)](https://ci.appveyor.com/project/ddosolitary/lxrunoffline)
3+
![Build status](https://github.com/DDoSolitary/LxRunOffline/workflows/.github/workflows/build.yml/badge.svg)
44
[![Chocolatey](https://img.shields.io/chocolatey/v/lxrunoffline.svg)](https://chocolatey.org/packages/lxrunoffline)
55

66
A full-featured utility for managing *Windows Subsystem for Linux (WSL)*.
@@ -32,7 +32,7 @@ Alipay
3232

3333
You can install via Chocolatey `choco install lxrunoffline`, Scoop `scoop bucket add extras`, `scoop install lxrunoffline`, or download the binaries directly:
3434
- Latest releases: https://github.com/DDoSolitary/LxRunOffline/releases
35-
- Development builds: https://ci.appveyor.com/project/DDoSolitary/lxrunoffline > choose the first job > ARTIFACTS
35+
- Development builds: https://dl.bintray.com/ddosolitary/dev-releases/LxRunOffline/
3636

3737
# Usage
3838

@@ -49,7 +49,7 @@ Visual Studio 2017 and Windows SDK 10.0.17134 are required.
4949
Install [vcpkg and its VS integration](https://github.com/Microsoft/vcpkg) (if you haven't) and install dependencies.
5050

5151
```
52-
vcpkg install --triplet x64-windows libarchive boost-program-options boost-format tinyxml2
52+
vcpkg install --triplet x64-windows-static libarchive boost-program-options boost-format tinyxml2
5353
```
5454

5555
Then build with Visual Studio or MSBuild.
@@ -59,7 +59,7 @@ Then build with Visual Studio or MSBuild.
5959
Open the "MSYS2 MinGW 64-bit" shell, and install necessary packages.
6060

6161
```
62-
pacman -Sy --needed --noconfirm base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-libarchive mingw-w64-x86_64-boost mingw-w64-x86_64-tinyxml2
62+
pacman -Sy --needed --noconfirm base-devel git mingw-w64-x86_64-toolchain mingw-w64-x86_64-libarchive mingw-w64-x86_64-boost mingw-w64-x86_64-tinyxml2
6363
```
6464

6565
Then run `make`.

0 commit comments

Comments
 (0)