Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lvce-editor/documentation
- Owner: lvce-editor
- Created: 2023-06-11T17:46:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T20:38:44.000Z (6 months ago)
- Last Synced: 2024-05-15T16:59:19.261Z (6 months ago)
- Topics: documentation, lvce-editor
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```