Update 'Migrating from loose files'
parent
7c24ed0e93
commit
158e0093b7
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ For most projects, the built-in migration command should be enough to convert a
|
|||
|
||||
1. Determine a directory to migrate the mod to. The migration will create a new folder named after the mod here. In-place migrations are not supported.
|
||||
E.g.: `C:\projects`
|
||||
2. Locate the `.mod` file for your mod.
|
||||
2. Locate the `<mod_id>.mod` file for your mod.
|
||||
3. In a Command Prompt (or similar terminal application, e.g. [Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install)), execute `dtmt migrate C:\path\to\my_mod.id C:\projects`
|
||||
4. Navigate to `C:\projects\<mod_id>` and execute `dtmt build` and `dtmt package`
|
||||
|
||||
## Manually
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue