Kaynağa Gözat

README.md 添加中文说明

zzj 6 yıl önce
ebeveyn
işleme
cf36edfa89
1 değiştirilmiş dosya ile 21 ekleme ve 1 silme
  1. 21 1
      README.md

+ 21 - 1
README.md

@@ -1,3 +1,23 @@
+#The file encoding by utf8
+
+export LANG==zh_CN.utf8
+
+
 # ya-serv
 
-采集服务的 linux 版本
+采集服务的 linux 版本
+
+
+~/.bash_profile
+# Begin ~/.bash_profile
+if [ -f "$HOME/.bashrc" ] ; then
+  source $HOME/.bashrc
+  fi
+
+  export LANG=zh_CN.utf8
+  export LD_LIBRARY_PATH=.
+
+  unset append
+  set -o vi
+
+