From 6738e7c4d37cc33aa4afc2b2430ac391e824af4c Mon Sep 17 00:00:00 2001 From: xUhEngwAng <1551885@tongji.edu.cn> Date: Tue, 18 Aug 2020 00:17:17 +0800 Subject: [PATCH] docs: modify README.md of this project. README.md briefly introduces this project, including ways to use the project, and an open-source license. --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a037f2..60da672 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# notes -Some notes when studying various lessons +912-notes +============================= + +这个仓库是我在准备清华大学计算机系考研过程中,记下的专业科目(科目代码 912)笔记。考研不易,希望可以给大家提供一些参考。如果本项目包含任何侵权内容,请联系项目发起人,给您带来的任何困扰敬请谅解。 + +## 如何获取本项目 + +您可以直接通过 `git clone` 将本项目下载到您的设备上: + +``` +git clone https://github.com/xUhEngwAng/912-notes.git +``` + +如果您想下载单个文件或文件夹,可以通过 [DownGit](http://minhaskamal.github.io/DownGit) 等工具(可能需要科学上网)。 + +由于本项目中的 `.md` 文件中包含大量 $\LaTeX$ 公式,如果您在 github 网页端浏览,建议您下载 Chrome 插件 [MathJax Plugin for Github](https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima),以便显示方便。 + +## 许可 + +本项目中由贡献者编写的文件在不做特殊说明的情况下使用 [MIT LICENSE](LICENSE) 开源。这意味着您可以任意使用、拷贝、修改、出版以及将本项目用于商业用途,但是在所有基于本项目的拷贝及其衍生品中都必须包含此开源许可证。 + +其余部分的版权归属各自的作者。