File tree Expand file tree Collapse file tree 2 files changed +4
-151
lines changed
Expand file tree Collapse file tree 2 files changed +4
-151
lines changed Original file line number Diff line number Diff line change @@ -166,17 +166,17 @@ Build NETworkManager yourself with these steps:
166166
167167 - Clone with submodules:
168168 ``` powershell
169- git clone https://github.com/BornToBeRoot/NETworkManager
169+ git clone https://github.com/BornToBeRoot/NETworkManager.git
170170 cd NETworkManager
171- git submodule update --init
171+ git submodule update --init --recursive
172172 ```
173173
1741743. **Build**:
175175 - Open `.\Source\NETworkManager.sln` in Visual Studio or JetBrains Rider.
176176 - Alternatively, build via command line:
177177 ```powershell
178- dotnet restore .\Source\NETworkManager.sln
179- dotnet build .\Source\NETworkManager.sln --configuration Release --no-restore
178+ dotnet restore .\Source\NETworkManager.sln
179+ dotnet build .\Source\NETworkManager.sln --configuration Release --no-restore
180180 ```
181181
182182## 🙏 Thanks
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments