From 9eb741d41e5ee5e0a4e0323d8738a88dbf2b85b2 Mon Sep 17 00:00:00 2001 From: Mystical-C <64483945+MysticalDevil@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:53:47 +0800 Subject: [PATCH] Add description in README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bd3f933..5491f9e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ Forked from Dreamacro/clash project +**I have modified the source code, replace** + +``` go +import "github.com/Dreamacro/clash/**" +``` + +to + +``` go +import "github.com/MysticalDevil/clash/**" +``` + + +**If you want to get the latest original code before deletion, please checkout the [`raw`](https://github.com/MysticalDevil/clash/tree/raw) branch** + <h1 align="center"> <img src="https://github.com/MysticalDevil/clash/raw/master/docs/logo.png" alt="Clash" width="200"> <br>Clash<br> -- GitLab