From 7035d15a6a0fd2171d675d570f44dbf1aca1fc27 Mon Sep 17 00:00:00 2001 From: Anonymous <> Date: Sat, 2 Mar 2024 17:08:45 +0800 Subject: [PATCH] docs --- README.en.md | 23 +++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 README.en.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..217adf2 --- /dev/null +++ b/README.en.md @@ -0,0 +1,23 @@ +[中文](README.md) | English + +
+ +# LightMirrors + +LightMirrors is a lightweight mirror server with caching capabilities that currently supports DockerHub, PyPI, PyTorch, and NPM. + +**We only provide support for Chinese users currently. Please kindly submit an issue if you need English documents.** + + + +[![GitHub](https://img.shields.io/github/stars/NoCLin/LightMirrors?style=social)](https://github.com/NoCLin/LightMirrors) +[![GitHub](https://img.shields.io/github/forks/NoCLin/LightMirrors?style=social)](https://github.com/NoCLin/LightMirrors) + +![Demo](docs/images/1.png) + +
+ + +--- + +TBD \ No newline at end of file diff --git a/README.md b/README.md index 41a1246..19b3093 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +中文 | [English](README.en.md) + +
# LightMirrors