$ git clone git@github.com:mrusme/neonmodem.git
Cloning into 'neonmodem'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
😠
lade neonmodem-master.zip im Browser von github runter. Ja, ja, curl und so… Ich schäme mich ja schon.
Lief wie geschmiert:
$ git clone git@github.com:mrusme/neonmodem.git Cloning into 'neonmodem'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
😠
lade neonmodem-master.zip im Browser von github runter. Ja, ja, curl und so… Ich schäme mich ja schon.
$ mv storage/downloads/neonmodem-master.zip . $ pkg search go $ pkg install golang $ unzip -l neonmodem-master.zip $ unzip neonmodem-master.zip $ cd neonmodem-master $ make $ mv neonmodem ~/.local/bin $ neonmodem
😭
$ vim README.md $ neonmodem connect --help $ neonmodem connect --type lemmy --url https://feddit.org/ $ neonmodem
☺️
Wobei – funktioniert halt nur seeeehr basal und eingeschränkt.
Am Desktop macht es wirklich mehr Spaß, aber hey, es geht.
Aber warum nicht wget zum herunterladen?