maint: fix typo in build instructions
This commit is contained in:
		@@ -8,10 +8,10 @@ This is a client modification for S1!
 | 
			
		||||
- Install [Premake5][premake5-link] and add it to your system PATH
 | 
			
		||||
- Clone this repository using [Git][git-link]
 | 
			
		||||
- Update the submodules using ``git submodule update --init --recursive``
 | 
			
		||||
- Run Premake with this options ``premake5 vs2022`` (Visual Studio 2022). No other build systems are supported.
 | 
			
		||||
- Run Premake with the option ``premake5 vs2022`` (Visual Studio 2022). No other build systems are supported.
 | 
			
		||||
- Build project via solution file in `build\s1-mod.sln`.
 | 
			
		||||
 | 
			
		||||
Only x64 is supported. Do not attempt to build for Windows ARM 64.
 | 
			
		||||
Only the x64 platform is supported. Do not attempt to build for Windows ARM 64 or Win32.
 | 
			
		||||
 | 
			
		||||
### Premake arguments
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user