Skip to content

Commit 784944d

Browse files
authored
Merge pull request #1158 from OpenLiberty/staging
Merge staging to prod - Update gitclonedraft.adoc
2 parents e4bb08c + 6290c8f commit 784944d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

gitclonedraft.adoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2017 IBM Corporation and others.
2+
Copyright (c) 2017, 2025 IBM Corporation and others.
33
Licensed under Creative Commons Attribution-NoDerivatives
44
4.0 International (CC BY-ND 4.0)
55
https://creativecommons.org/licenses/by-nd/4.0/
@@ -8,9 +8,16 @@
88
////
99
== Getting started
1010
11-
The fastest way to work through this guide is to clone the Git repository and use the starting project that is provided in the `start` directory. To do this, run the following commands:
11+
The fastest way to work through this guide is to clone the https://github.com/openliberty/guide-{projectid}.git[Git repository^] and use the projects that are provided inside:
1212
13-
[subs="attributes"]
14-
```
13+
[source#git_clone, role="command", subs="attributes"]
14+
----
1515
git clone https://github.com/openliberty/draft-guide-{projectid}.git
16-
```
16+
cd draft-guide-{projectid}
17+
----
18+
19+
The `start` directory contains the starting project that you will build upon.
20+
21+
The `finish` directory contains the finished project that you will build.
22+
23+
Before you begin, make sure you have all the necessary [.prerequisites]#prerequisites#.

0 commit comments

Comments
 (0)