We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8923fed commit 6829bbdCopy full SHA for 6829bbd
1 file changed
RELEASE.md
@@ -0,0 +1,27 @@
1
+`v1.0.0`
2
+# v1.0.0 1st implementation
3
+
4
+第一個功能完整的版本
5
+The 1st functional implementation with pxml example
6
7
+## Install guides
8
9
+### Ubuntu
10
11
+下載 .deb 後使用apt-get指令安裝
12
+Download the .deb file, then use `apt-get install` to install
13
14
+Command:
15
+```sh
16
+sudo apt-get install <deb-file-path>
17
+```
18
19
+### MacOS
20
21
+下載後點開 .pkg 檔,照著安裝程式的步驟安裝
22
+Download and double click the .pkg file, then follow the steps in installer
23
24
+### Windows
25
26
+下載後點開 .exe 檔,照著安裝程式的步驟安裝
27
+Download and double click the .exe file, then follow the steps in installer
0 commit comments