您的工作环境上需要安装下列内容:
- .NET 6
- Git
将FinalSuspect克隆至本地:
在执行命令之前,请先Fork本仓库。
git clone git@github.com:<你的GitHub用户名>/FinalSuspect.git使用此命令提交并推送:
git add --all
git commit -m "您的提交信息"
git push origin FinalSusWarning
--all参数将添加所有更改过的文件。
这可能会方便开发者一次性提交很多文件,但也可能提交不必要的文件(如构建缓存,IDE项目设置文件)。
请在提交时忽略他们或在后续删除。
dotnet nuget add source https://nuget.bepinex.dev/v3/index.json --name "BepInEx"
dotnet build