commit 9d3ebad1779453f58e3a0ba2cc28d39538247491 parent 386c1816257140b956a7b4eef5bf31d631749ed0 Author: evenfri <evenfri256@gmail.com> Date: Sat, 8 Aug 2026 04:35:20 +0800 update readme Diffstat:
| M | README | | | 6 | +++--- |
| M | start.sh | | | 5 | ----- |
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/README b/README @@ -4,16 +4,16 @@ my linux os starting ======== - git clone https://codeberg.com/evenfri/mk-standalone.git + git clone git://git.evenfri.duckdns.org/mk-standalone.git cd mk-standalone ./install cd .. - git clone https://codeberg.com/evenfri/libc.git + git clone git://git.evenfri.duckdns.org/libc.git cd libc mk cd .. + git clone git://git.evenfri.duckdns.org/coreutils.git mv libc coreutils - git clone https://codeberg.com/evenfri/coreutils.git cd coreutils mk cd .. diff --git a/start.sh b/start.sh @@ -10,11 +10,6 @@ if [ -f "$linux" ]; then fi cd coreutils - -cd libc -mk -cd .. - mk cd ..