diff --git a/doc/getting_started.md b/doc/getting_started.md index 7d38ccb9eb..0ed73d4dde 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -88,7 +88,7 @@ simulation project. The next section provides further details about this process The `wrench-init` tool is a project generator built with WRENCH, which creates a simple project structure with example class files, as follows: -``` +~~~~~~~~~~~~~{.sh} project-folder/ ├── CMakeLists.txt ├── README.md @@ -104,7 +104,7 @@ project-folder/ └── data/ ├── platform-files/ └── workflow-files/ -``` +~~~~~~~~~~~~~ The `SimpleSimulator.cpp` source file contains the class representing the simulator (either cloud or batch). `SimpleStandardJobScheduler.h` and `SimpleStandardJobScheduler.cpp`