aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore6
-rw-r--r--README.md26
3 files changed, 34 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..dfe0770424b2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a9e126038b0d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+pkg/*
+src/*
+*.exe
+*.deb
+*.pkg.tar.*
+.vscode/* \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..527c0b2cfb08
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# 在ArchLinux上运行企业微信
+
+移植Deepin企业微信容器到Arch,不依赖deepin-wine。替换企业微信版本为最新版本
+#### 安装
+- AUR安装
+- 下载安装
+- 本地打包安装
+#### 常见问题
+
+## 安装
+
+### 从AUR安装
+> yay -Sy deepin-wine-wechat
+
+### 下载安装
+Release [下载](https://github.com/St-kai/deepin-wine-wxwork-arch/releases)
+
+> pacman -U [wechat work patch]
+### 本地打包安装
+> git clone https://github.com/St-kai/deepin-wine-wxwork-arch.git
+cd deepin-wine-wxwork-arch
+makepkg -Si
+
+### 常见问题
+- 插件无法使用
+- 无法视频会议 \ No newline at end of file