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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user