aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-27 22:08:38 +0800
committercrupest <crupest@outlook.com>2019-04-27 22:08:38 +0800
commita35090ab44a51f22a5e2fda95310738bdfee698d (patch)
tree7d2504ec7dea7c24088e689ea53f405ee730bdee
parent79f5053b3a2140a2633b2b0a88fb95d5594267ec (diff)
downloadtimeline-a35090ab44a51f22a5e2fda95310738bdfee698d.tar.gz
timeline-a35090ab44a51f22a5e2fda95310738bdfee698d.tar.bz2
timeline-a35090ab44a51f22a5e2fda95310738bdfee698d.zip
Update readme.
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56ecbf2b..614bf884 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,12 @@
[![Build Status](https://dev.azure.com/crupest-web/Timeline/_apis/build/status/crupest.Timeline?branchName=master)](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=3&branchName=master)
-This is the first web app consisting of front-end and back-end of [me](https://github.com/crupest).
+This is the first web app back-end of [me](https://github.com/crupest).
+
+It is written in C# and built with [Asp.Net Core](https://github.com/aspnet/AspNetCore).
The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on [https://crupest.xyz](https://crupest.xyz).
Feel free to comment by opening an issue.
+
+`tools/open-code` file is a simple *bash* script that fixes the problem that *OminiSharp* in C# extension on vscode can't work using *dotnet* in Arch official package repository on Arch Linux. See [this page](https://bugs.archlinux.org/task/60903).