Skip to content

Commit

Permalink
Update Readme.md (helmuthdu#464)
Browse files Browse the repository at this point in the history
As explained in https://github.blog/2021-09-01-improving-git-protocol-security-github/
the git:// is not usable starting with 2022-03-15. Therefore fix by changing the entry to https://
  • Loading branch information
frankebel authored Mar 21, 2022
1 parent 82a5a49 commit 6220062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project is not actively developed but *will* accept Pull Requests.
### With git
- Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace`
- Get list of packages and install git: `pacman -Sy git`
- Get the script: `git clone git://github.com/helmuthdu/aui`
- Get the script: `git clone https://github.com/helmuthdu/aui`

### Without git
- Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace`
Expand Down

0 comments on commit 6220062

Please sign in to comment.