From b90250d838c69397366041d1f8a278bc04288b87 Mon Sep 17 00:00:00 2001 From: "Henry.Huang" Date: Sat, 6 Jul 2024 19:45:47 +0800 Subject: [PATCH] chore: update --- README.md | 2 ++ README_CN.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 README_CN.md diff --git a/README.md b/README.md index 110f5f3..094be25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # config +[简体中文](./README_CN.md) | [English](./README.md) + - Contains a large number of `installation/deployment` scripts that developers need to use in their daily work. - Automatically supports `cross-platform` installation. - Thanks to the [go-task](https://github.com/go-task/task) project. diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..14a2eec --- /dev/null +++ b/README_CN.md @@ -0,0 +1,34 @@ +# config + +[简体中文](./README_CN.md) | [English](./README.md) + +## 说明: + +- Contains a large number of `installation/deployment` scripts that developers need to use in their daily work. +- Automatically supports `cross-platform` installation. +- Thanks to the [go-task + Taskfile](https://github.com/go-task/task) project. + +> included: + +- `docker-compose` +- `dockerfile` +- `Taskfile` + +## Docker + Dockerfile: + + +### Python + +- [dockerfile/python](dockerfile/python) + + +```ruby + +# build ubuntu + python:3.12 +task df:py:b312 + +# test container: +task df:py:t312 + +``` +