Skip to content

Commit

Permalink
fixes and clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Jul 16, 2024
1 parent d274788 commit b56b57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/modules/ROOT/pages/020-export.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ read -e -p ">>> Vault Password: " -s VAULT_PASSWORD

== Fork and clone the GitHub repository

The first step is to fork the Git repository https://github.com/automationiberia/migrate-awx-to-controller/ and clone it to start working. The GitHub `<GITHUB_USERNAME>` variable will be used in the commands below as it's been populated with your own username in the previous step:
The first step is to fork the Git repository https://github.com/automationiberia/migrate-awx-to-controller/ and clone it to start working. The GitHub `${GITHUB_USERNAME}` variable will be used in the commands below as it's been populated with your own username in the previous step:

====
.Fork the repository
image::github_fork_1.png[]
====
====
.Give it a name into your `<GITHUB_USERNAME>` organization
.Give it a name into your `${GITHUB_USERNAME}` organization
image::github_fork_2.png[]
====
====
Expand All @@ -111,7 +111,7 @@ Clone the repository:
[source,console]
----
mkdir ~/workdir && cd $_
git clone https://github.com/<GITHUB_USERNAME>/migrate-awx-to-controller
git clone https://github.com/${GITHUB_USERNAME}/migrate-awx-to-controller
cd migrate-awx-to-controller
mkdir my_vars
----
Expand Down

0 comments on commit b56b57a

Please sign in to comment.