Skip to content

Commit e03ea9b

Browse files
codingfrog27alexp-sssup
authored andcommitted
alpine image link added as well as linking to the cheerpX custom images documentation
1 parent 2e579bd commit e03ea9b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ to log in to your headscale network add `#controlUrl=<your-control-url>` to the
8888

8989
You can now customize `dockerfiles/debian_mini` to suit your needs, or make a new Dockerfile from scratch. Use the `Path to Dockerfile` workflow parameter to select it.
9090

91+
- If you would like to use our full desktop Alpine image, you can find it's dockerfile [**here**](github.com/leaningtech/alpine-image).
92+
93+
- For more information on creating custom images, see our [Custom disk Image documentation](https://cheerpx.io/docs/guides/custom-images).
9194

9295

9396
# Run WebVM locally with a custom Debian mini disk image
@@ -131,10 +134,10 @@ wget "https://github.com/leaningtech/webvm/releases/download/ext2_image/debian_m
131134

132135
Run the following commands to install dependencies and build WebVM:
133136

134-
```sh
135-
npm install
136-
npm run build
137-
```
137+
```sh
138+
npm install
139+
npm run build
140+
```
138141

139142
The output will be placed in the `build` directory.
140143

0 commit comments

Comments
 (0)