noblenderbenderrender
this post was submitted on 08 Oct 2024
104 points (98.1% liked)
Open Source
31165 readers
327 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
Now pipe it through lolcat
lolwtf
Hey, I'd like to check this out, but do not have a GitLab account. Is there any alternative?
Hey, this is your lucky day: You don't need a github account.
All you need to do to easily install this project is to install git
.
Open a terminal.
If you are using a Debian-based distribution (ubuntu, linuxmint, pop_os etc), copy-paste this command:
sudo apt install git
If you are using an Arch-based distribution:
sudo pacman -S git
From there, follow the instructions on the repo.
Have fun!
If you need any help, do not hesitate to ask for it.