Skip to content

Commit 0495607

Browse files
committed
Update README.md
Add instructions on cloning the repo
1 parent 74ba127 commit 0495607

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ is used by both CodeXL and GPU PerfStudio.
1010
* [Major Features](#Major)
1111
* [What's New](#WhatsNew)
1212
* [System Requirements](#System)
13+
* [Cloning the Repository](#Cloning)
1314
* [Source Code Directory Layout](#Source)
1415
* ["Public" vs "Internal" Versions](#PublicInternal)
1516
* [Building the Source Code](BUILD.md)
@@ -50,6 +51,15 @@ is used by both CodeXL and GPU PerfStudio.
5051
* Windows 7, 8.1, and 10
5152
* Ubuntu (14.04 and later) and RHEL (7 and later) distributions
5253

54+
<A NAME="Cloning">
55+
## Cloning the Repository
56+
To clone the GPA repository, execute the following git commands
57+
* git clone https://github.com/GPUOpen-Tools/GPA.git
58+
* git submodule init
59+
* git submodule update
60+
* cd Common
61+
* git checkout master
62+
5363
<A NAME="Source">
5464
## Source Code Directory Layout
5565
* [Build](GPUPerfAPI/Build) -- contains both Linux and Windows build-related files

0 commit comments

Comments
 (0)