Update troubleshooting instructions, again.

This is a standard use case and should be solvable with Git's tools. Also, `deinit` shouldn't be needed.
This commit is contained in:
player-03
2023-02-27 17:20:27 -05:00
committed by GitHub
parent 1a62ead827
commit 35fcf9abdd

View File

@@ -38,8 +38,9 @@ See `lime help rebuild` for details and additional options.
If errors appeared after updating Lime, the update process may not be complete. Run these commands:
```bash
git submodule deinit --all
git submodule update --init
git submodule init
git submodule sync
git submodule update
lime rebuild tools
```