diff --git a/README.md b/README.md index 556d7c8..d6e40d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LxRunOffline -[![Build status](https://img.shields.io/appveyor/ci/ddosolitary/lxrunoffline/master.svg)](https://ci.appveyor.com/project/ddosolitary/lxrunoffline) +![Build status](https://github.com/DDoSolitary/LxRunOffline/workflows/.github/workflows/build.yml/badge.svg) [![Chocolatey](https://img.shields.io/chocolatey/v/lxrunoffline.svg)](https://chocolatey.org/packages/lxrunoffline) A full-featured utility for managing *Windows Subsystem for Linux (WSL)*. @@ -32,7 +32,7 @@ Alipay You can install via Chocolatey `choco install lxrunoffline`, Scoop `scoop bucket add extras`, `scoop install lxrunoffline`, or download the binaries directly: - Latest releases: https://github.com/DDoSolitary/LxRunOffline/releases -- Development builds: https://ci.appveyor.com/project/DDoSolitary/lxrunoffline > choose the first job > ARTIFACTS +- Development builds: https://dl.bintray.com/ddosolitary/dev-releases/LxRunOffline/ # Usage @@ -49,7 +49,7 @@ Visual Studio 2017 and Windows SDK 10.0.17134 are required. Install [vcpkg and its VS integration](https://github.com/Microsoft/vcpkg) (if you haven't) and install dependencies. ``` -vcpkg install --triplet x64-windows libarchive boost-program-options boost-format tinyxml2 +vcpkg install --triplet x64-windows-static libarchive boost-program-options boost-format tinyxml2 ``` Then build with Visual Studio or MSBuild. @@ -59,7 +59,7 @@ Then build with Visual Studio or MSBuild. Open the "MSYS2 MinGW 64-bit" shell, and install necessary packages. ``` -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 +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 ``` Then run `make`.