Skip to content

Commit f0c25b8

Browse files
Add missing step into README
It wasn't obvious that before doing checkout it is required to change directory to directory of Git repository. Signed-off-by: Anton Kolesov <[email protected]>
1 parent e6e1402 commit f0c25b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ consumed and time to clone the repository.
128128
By default `toolchain` repository will be checked out to the current
129129
development branch `arc-dev`.
130130

131+
If current working directory is not a "toolchain" directory, then change to it:
132+
133+
$ cd toolchain
134+
131135
Following command will check out repository to the latest release:
132136

133137
$ git checkout arc-releases

0 commit comments

Comments
 (0)