File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ cmake --install build --prefix /path/to/install
118118
119119This will install the NEXO Engine in the directory ` /path/to/install ` with all the necessary files.
120120
121- ### Create an installer for Windows (NSIS)
121+ #### Create an installer for Windows (NSIS)
122122
123123> [ !WARNING]
124124> We assume here that you already ran the cmake command to generate the build files in the ` build ` directory.
@@ -134,8 +134,11 @@ cpack -G NSIS -C Debug
134134```
135135
136136Now you can run the generated installer to install the NEXO Engine on your computer.
137+ ``` bash
138+ ./nexoEditor.exe
139+ ```
137140
138- ## Create an installer for Linux (DEB)
141+ #### Create an installer for Linux (DEB)
139142
140143> [ !WARNING]
141144> We assume here that you already ran the cmake command to generate the build files in the ` build ` directory.
@@ -181,6 +184,7 @@ NEXO Engine is brought to life by a dedicated team of fifth-year students from E
181184- Thomas PARENTEAU [ @ThomasParenteau ] ( https://www.linkedin.com/in/thomas-parenteau-0570b120a/ )
182185
183186## Join the NEXO community
187+
184188Check our [ web site] ( https://www.nexo-engine.com/ ) to keep you up to date about the latest news about ** NEXO** .</br >
185189Join the [ community] ( https://github.com/orgs/NexoEngine/discussions ) to ask your questions or to talk with our developers.</br >
186190Visit our [ blog] ( https://www.nexo-engine.com/blog ) to find out more about how NEXO works.</br >
You can’t perform that action at this time.
0 commit comments