fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 111 forks source link

Fix installation guide in README #274

Closed ayaka14732 closed 2 years ago

ayaka14732 commented 2 years ago

(Previously #273)

Current installation command fails on Ubuntu 21.10 because the unauthenticated git protocol on port 9418 is no longer supported:

$ git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
Cloning into '/home/ayaka/.local/share/junest'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

Changing to https fixes this issue.