Skip to content

Commit

Permalink
docs: update readme with submodule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 20, 2023
1 parent c3925a8 commit db9de84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Dll for [Skyrim mod FEC](https://www.nexusmods.com/skyrimspecialedition/mods/353
```
git clone https://github.com/powerof3/FEC
cd FEC
# pull commonlib, skip if you've defined it in the path
git submodule init
# to update submodules to checked-out build (warning, pulling newer verisons may result in build problems)
git submodule update
```
### SSE
```
Expand Down

0 comments on commit db9de84

Please sign in to comment.