소스 검색

add readme

weijw 5 달 전
부모
커밋
8f98815e13
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .gitignore
  2. 5 0
      README.md

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 bin/
 packages/
 .vs/
-.vscode/
+.vscode/
+release/

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+ˇ˘˛ź
+
+```
+dotnet publish "xicheji.csproj" -c Release -o ./release/ -r win-x64 --self-contained /p:PublishSingleFile=true
+```