mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-06 03:55:37 -05:00
Merge pull request #65 from Kven1/update-executable-name
Update creamlinux executable name in README.md
This commit is contained in:
@@ -29,21 +29,21 @@ While the core functionality is working, please be aware that this is an early r
|
|||||||
|
|
||||||
### AppImage (Recommended)
|
### AppImage (Recommended)
|
||||||
|
|
||||||
1. Download the latest `CreamLinux.AppImage` from the [Releases](https://github.com/Novattz/creamlinux-installer/releases) page
|
1. Download the latest `creamlinux.AppImage` from the [Releases](https://github.com/Novattz/creamlinux-installer/releases) page
|
||||||
2. Make it executable:
|
2. Make it executable:
|
||||||
```bash
|
```bash
|
||||||
chmod +x CreamLinux.AppImage
|
chmod +x creamlinux.AppImage
|
||||||
```
|
```
|
||||||
3. Run it:
|
3. Run it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./CreamLinux.AppImage
|
./creamlinux.AppImage
|
||||||
```
|
```
|
||||||
|
|
||||||
For Nvidia users use this command:
|
For Nvidia users use this command:
|
||||||
|
|
||||||
```
|
```
|
||||||
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./creamlinux.appimage
|
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./creamlinux.AppImage
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building from Source
|
### Building from Source
|
||||||
|
|||||||
Reference in New Issue
Block a user