Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lvce-editor/documentation

Documentation for Lvce Editor
https://github.com/lvce-editor/documentation

documentation lvce-editor

Last synced: 3 days ago
JSON representation

Documentation for Lvce Editor

Awesome Lists containing this project

README

        

# Documentation for LVCE Editor

## Installation (Macos)

1. Go to `https://github.com/lvce-editor/lvce-editor/releases`
2. Download the the `lvce-v0.15.27_amd64.dmg` file
3. Double click the .dmg to make its content available
4. Drag the application from the .dmg window into /Applications to install (may need an administrator password)

## Installation (Windows)

1. Go to `https://github.com/lvce-editor/lvce-editor/releases`
2. Download the the `Lvce-Setup-v0.15.27.exe` file
3. Once downloaded, open the file in the windows file explorer, right click and select "Run as Administrator"

## Installation (Linux, Deb)

1. Go to `https://github.com/lvce-editor/lvce-editor/releases`
2. Download the the `lvce-v0.15.27_amd64.deb` file
3. Run `sudo dpkg -i ./lvce-v0.15.27_amd64.deb` to install

## Installation (Linux, AppImage)

1. Go to `https://github.com/lvce-editor/lvce-editor/releases`
2. Download the the `Lvce-v0.15.27.AppImage` file
3. Double click the file to run it

## Installation (Arch Linux)

```sh
sudo yay -S lvce-bin
```