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

https://github.com/kveld9/obsidian

Template file for Obsidian for Void Linux distribution.
https://github.com/kveld9/obsidian

linux markdown-editor obsidian void void-linux xbps-src

Last synced: about 2 months ago
JSON representation

Template file for Obsidian for Void Linux distribution.

Awesome Lists containing this project

README

        

# obsidian
Template file for Obsidian for Void Linux distribution.

## Installation steps.
1. Download this repo as a zip.
2. Extract the content.
3. Rename the folder ```obsidian-main``` to ```obsidian```.
4. Move the folder to ```void-packages/srcpkgs```.
5. Execute ```./xbps-src pkg -j$(nproc) obsidian```. # remember to stay in the void-packages directory.
6. Install the package by executing ```xi obsidian```. # remember to have installed "xtools" package for "xi" command.

## Credits.
- [obsidian](https://github.com/obsidianmd/obsidian-releases)
- [xbps-src](https://github.com/void-linux/void-packages)