Skip to content

Commit 5098909

Browse files
committed
Readme update.
1 parent 277cd14 commit 5098909

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ It provides 3 applications and 4 libraries:
1919
git clone https://github.com/MmgTools/mmg.git
2020
```
2121

22-
The project sources are available under the **_src/_** directory, see:
23-
* **_src/mmg2d/_** for files related to the mmg2d application;
24-
* **_src/mmgs/_** for files related to the mmgs application;
25-
* **_src/mmg3d/_** for files related to the mmg3d application;
26-
* **_src/common/_** for files related to the both.
22+
The project sources are available under the **_src/_** directory, see:
23+
* **_src/mmg2d/_** for files related to the mmg2d application;
24+
* **_src/mmgs/_** for files related to the mmgs application;
25+
* **_src/mmg3d/_** for files related to the mmg3d application;
26+
* **_src/common/_** for files related to the both.
2727

2828
2. Fast compilation (build both **mmg2d**, **mmgs**, **mmg3d**, the mmg2d static library (**libmmg3d.a**), the mmgs static library (**libmmgs.a**), the mmg3d static library (**libmmg3d.a**) and the mmg static library (**libmmg.a**)):
2929
```Shell
@@ -34,10 +34,10 @@ It provides 3 applications and 4 libraries:
3434
make
3535
make install
3636
```
37-
If the `make install` command fail, try to run the `sudo make install` command.
38-
If you don't have root access, please refers to the [Installation] section(https://github.com/MmgTools/Mmg/wiki/Setup-guide#iii-installation) of the [setup guide](https://github.com/MmgTools/Mmg/wiki/Setup-guide#setup-guide).
37+
If the `make install` command fail, try to run the `sudo make install` command.
38+
If you don't have root access, please refers to the [Installation] section(https://github.com/MmgTools/Mmg/wiki/Setup-guide#iii-installation) of the [setup guide](https://github.com/MmgTools/Mmg/wiki/Setup-guide#setup-guide).
3939
40-
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
40+
The **mmg2d**, **mmgs** and **mmg3d** applications are available under the `mmg2d_O3`, `mmgs_O3` and `mmg3d_O3` commands.
4141
4242
## Documentation
4343
### Project's web page

0 commit comments

Comments
 (0)