Skip to content

Commit

Permalink
Update README for the CI changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoSolitary committed Jan 22, 2020
1 parent 0506f70 commit d91d136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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)*.
Expand Down Expand Up @@ -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

Expand All @@ -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.
Expand All @@ -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`.
Expand Down

0 comments on commit d91d136

Please sign in to comment.