mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
fix: typo & clarity in source control
This commit is contained in:
parent
9431e5dd42
commit
dcf51b5ac9
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ If you want to open source your game, follow these steps:
|
|||
3. Initialize your Git repository there with `git init`
|
||||
4. Don't track the engine parent folder
|
||||
|
||||
The slighty downside to this approach is that you need to ensure you keep your specific engine version parent directory available and any customizations you make in the engine folder won't be tracked.
|
||||
The slight downside to this approach is that any customizations you make in the engine folder won't be tracked in Git.
|
||||
|
||||
## Summary
|
||||
|
||||
|
|
Loading…
Reference in a new issue