From d5424c8b9697803fe0ec49eb9491ea2cf8462e38 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Fri, 9 Jun 2023 10:50:11 +0800 Subject: [PATCH] docs(readmes): move READMEs to the new readmes dir README fiels changed: --- README.CentOS.bash => readmes/README.CentOS.bash | 0 README.Conda.md => readmes/README.Conda.md | 0 README.Linux.md => readmes/README.Linux.md | 0 README.Ubuntu.bash => readmes/README.Ubuntu.bash | 0 README.Windows.md => readmes/README.Windows.md | 0 README.macOS.bash => readmes/README.macOS.bash | 0 README.macOS.md => readmes/README.macOS.md | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename README.CentOS.bash => readmes/README.CentOS.bash (100%) rename README.Conda.md => readmes/README.Conda.md (100%) rename README.Linux.md => readmes/README.Linux.md (100%) rename README.Ubuntu.bash => readmes/README.Ubuntu.bash (100%) rename README.Windows.md => readmes/README.Windows.md (100%) rename README.macOS.bash => readmes/README.macOS.bash (100%) rename README.macOS.md => readmes/README.macOS.md (100%) diff --git a/README.CentOS.bash b/readmes/README.CentOS.bash similarity index 100% rename from README.CentOS.bash rename to readmes/README.CentOS.bash diff --git a/README.Conda.md b/readmes/README.Conda.md similarity index 100% rename from README.Conda.md rename to readmes/README.Conda.md diff --git a/README.Linux.md b/readmes/README.Linux.md similarity index 100% rename from README.Linux.md rename to readmes/README.Linux.md diff --git a/README.Ubuntu.bash b/readmes/README.Ubuntu.bash similarity index 100% rename from README.Ubuntu.bash rename to readmes/README.Ubuntu.bash diff --git a/README.Windows.md b/readmes/README.Windows.md similarity index 100% rename from README.Windows.md rename to readmes/README.Windows.md diff --git a/README.macOS.bash b/readmes/README.macOS.bash similarity index 100% rename from README.macOS.bash rename to readmes/README.macOS.bash diff --git a/README.macOS.md b/readmes/README.macOS.md similarity index 100% rename from README.macOS.md rename to readmes/README.macOS.md