Skip to content

Commit 07f32cb

Browse files
authored
fix numbering
1 parent c57d6c5 commit 07f32cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Upgrading: `sudo pip install ansible==2.2.1.0` or http://docs.ansible.com/ansibl
1616
2. Install JMESPath:
1717
`pip install jmespath-terminal`
1818

19-
2. Get the latest devops-scripts (the recipes that we use to deploy various projects)
19+
3. Get the latest devops-scripts (the recipes that we use to deploy various projects)
2020
https://github.com/CodeNow/devops-scripts
2121

22-
3. Change to the devops scripts repo directory and run the following command:
22+
4. Change to the devops scripts repo directory and run the following command:
2323
`ln -s /<local-path-to-devops-scripts>/ssh/config ~/.ssh/config`
2424

25-
4. Obtain the "Ansible Secrets" zip for the environment you want to deploy (or create the new environment following [./environments/README.md](./environments/README.md))
25+
5. Obtain the "Ansible Secrets" zip for the environment you want to deploy (or create the new environment following [./environments/README.md](./environments/README.md))
2626

27-
5. Unzip file obtained above into `devops-scripts/environments/${YOUR_ENV}/secrets`
27+
6. Unzip file obtained above into `devops-scripts/environments/${YOUR_ENV}/secrets`
2828

29-
6. Copy the `*.pem` files from `devops-scripts/ansible/secrets` to your `~/.ssh` directory
29+
7. Copy the `*.pem` files from `devops-scripts/ansible/secrets` to your `~/.ssh` directory
3030

31-
7. Install two required tools onto your machine:
31+
8. Install two required tools onto your machine:
3232
```bash
3333
brew update && brew install vault daemon
3434
```

0 commit comments

Comments
 (0)