vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
GNU General Public License v3.0
1.34k stars 78 forks source link

Install Ved #159

Closed ghost closed 1 year ago

ghost commented 1 year ago

Can you tell me how to install Ved in my archlinux system...

johhnry commented 1 year ago

Hi,

You should build it from source after installing the V language compiler.

ghost commented 1 year ago

Hi,

You should build it from source after installing the V language compiler.

I compiled how do I call install my local system.

johhnry commented 1 year ago

You can either make a symlink to /usr/local/bin to make it accessible globally or depending on your desktop manager, add a launcher icon (for example in Gnome, adding a Desktop Entry)

ghost commented 1 year ago

You can either make a symlink to /usr/local/bin to make it accessible globally or depending on your desktop manager, add a launcher icon (for example in Gnome, adding a Desktop Entry)

Thanks for the support 🙂