mirror of
https://github.com/yuk7/AlpineWSL.git
synced 2026-01-18 16:47:21 +01:00
README.md: change badge and how-to-build
This commit is contained in:
17
README.md
17
README.md
@@ -4,7 +4,7 @@ based on [wsldl](https://github.com/yuk7/wsldl)
|
||||
|
||||

|
||||
|
||||
[](https://travis-ci.org/yuk7/AlpineWSL)
|
||||
[](https://github.com/yuk7/AlpineWSL/actions/workflows/build-zip.yaml)
|
||||
[](https://github.com/yuk7/AlpineWSL/releases/latest)
|
||||
[](http://makeapullrequest.com)
|
||||

|
||||
@@ -79,3 +79,18 @@ AlpineWSL can build on GNU/Linux or WSL.
|
||||
```shell
|
||||
$ make
|
||||
```
|
||||
|
||||
with flags:
|
||||
```
|
||||
$ make ARCH=arm64 OUT_ZIP=Alpine_arm64.zip
|
||||
```
|
||||
|
||||
### Basic Params
|
||||
| Parameter | Value | Default |
|
||||
| ---- | ---- | ---- |
|
||||
| ARCH | x64/arm64 | x64 |
|
||||
| LNCR_EXE | launcher file name | Alpine.exe |
|
||||
| OUT_ZIP | zip file name | Alpine.zip |
|
||||
| DLR | file downloader | curl |
|
||||
| DLR_FLAGS | downloader flags | -L |
|
||||
| BASE_URL | base rootfs url | https:~ |
|
||||
Reference in New Issue
Block a user