Update README.md
This commit is contained in:
parent
f1447acabf
commit
f1e800f53e
10
README.md
10
README.md
@ -70,19 +70,19 @@ If you have *.upk or localization files, they must be in a specific location.
|
|||||||
|
|
||||||
Change the filesystem of the project to such a form that everything works correctly:
|
Change the filesystem of the project to such a form that everything works correctly:
|
||||||
```text
|
```text
|
||||||
📦 <Project>
|
📁 <ProjectName>
|
||||||
├── 📁 SomePackageName1
|
├── 📁 SomePackageName1
|
||||||
│ ├── 📁 Classes
|
│ ├── 📁 Classes
|
||||||
│ │ ├── 📄 *.uc
|
│ │ ├── 📄 *.uc
|
||||||
│ │ └── 📄 *.upkg
|
│ │ └── 📄 *.upkg
|
||||||
│ ├── 📄 *.uci
|
│ ├── 📄 *.uci
|
||||||
│ └── 📄 *.upk
|
│ └── 📦 *.upk
|
||||||
├── 📁 SomePackageName2
|
├── 📁 SomePackageName2
|
||||||
│ ├── 📁 Classes
|
│ ├── 📁 Classes
|
||||||
│ │ ├── 📄 *.uc
|
│ │ ├── 📄 *.uc
|
||||||
│ │ └── 📄 *.upkg
|
│ │ └── 📄 *.upkg
|
||||||
│ ├── 📄 *.uci
|
│ ├── 📄 *.uci
|
||||||
│ └── 📄 *.upk
|
│ └── 📦 *.upk
|
||||||
├── 📁 PublicationContent
|
├── 📁 PublicationContent
|
||||||
│ ├── 📄 preview.png
|
│ ├── 📄 preview.png
|
||||||
│ ├── 📄 description.txt
|
│ ├── 📄 description.txt
|
||||||
@ -94,9 +94,9 @@ Change the filesystem of the project to such a form that everything works correc
|
|||||||
├── 📁 Config
|
├── 📁 Config
|
||||||
│ └── 📄 *.ini
|
│ └── 📄 *.ini
|
||||||
├── 📁 BrewedPC
|
├── 📁 BrewedPC
|
||||||
│ └── 📄 *.*
|
│ └── 📦 *.*
|
||||||
├── 📁 tools
|
├── 📁 tools
|
||||||
│ └── 📄 builder
|
│ └── ⚙️ builder
|
||||||
└── 📄 builder.cfg
|
└── 📄 builder.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user