|
|
@ -8,14 +8,18 @@ To build this project, one must ensure that the Docs-Master project has
|
|
|
|
also been cloned at the same directory level as the Docs-Template project.
|
|
|
|
also been cloned at the same directory level as the Docs-Template project.
|
|
|
|
This can be accomplished with the following steps:
|
|
|
|
This can be accomplished with the following steps:
|
|
|
|
|
|
|
|
|
|
|
|
1. Clone this project (Docs-Master) using the following command:
|
|
|
|
1. Clone the master documentation project (Docs-Master) using the following command:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
$ git clone https://github.com/OpenPOWERFoundation/Docs-Master.git
|
|
|
|
$ git clone https://github.com/OpenPOWERFoundation/Docs-Master.git
|
|
|
|
```
|
|
|
|
```
|
|
|
|
2. Clone the documentation project (my_project) using the following command:
|
|
|
|
|
|
|
|
|
|
|
|
2. Clone this project (Docs-Template) using the following command:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
$ git clone https://github.com/OpenPOWERFoundation/my_project.git
|
|
|
|
$ git clone https://github.com/OpenPOWERFoundation/Docs-Template.git
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
3. Build the project with these commands:
|
|
|
|
3. Build the project with these commands:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
$ cd Docs-Template
|
|
|
|
$ cd Docs-Template
|
|
|
|