Skip to content

Commit 4c3dba4

Browse files
authored
Update README.md
1 parent 86c2ade commit 4c3dba4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cmake --install build --prefix /path/to/install
118118

119119
This 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

136136
Now 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+
184188
Check our [web site](https://www.nexo-engine.com/) to keep you up to date about the latest news about **NEXO**.</br>
185189
Join the [community](https://github.com/orgs/NexoEngine/discussions) to ask your questions or to talk with our developers.</br>
186190
Visit our [blog](https://www.nexo-engine.com/blog) to find out more about how NEXO works.</br>

0 commit comments

Comments
 (0)