mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
fix readme numbered indentation (#7277)
This commit is contained in:
parent
1ad5c593c8
commit
004cec60b3
18
README.md
18
README.md
@ -83,15 +83,15 @@ Assuming your work is on a branch called `my-feature-branch`, the steps look lik
|
|||||||
|
|
||||||
1. Add the new package to your GOPATH:
|
1. Add the new package to your GOPATH:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/hashicorp/my-project
|
go get github.com/hashicorp/my-project
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add the new package to your vendor/ directory:
|
2. Add the new package to your vendor/ directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
govendor add github.com/hashicorp/my-project/package
|
govendor add github.com/hashicorp/my-project/package
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Review the changes in git and commit them.
|
3. Review the changes in git and commit them.
|
||||||
|
|
||||||
@ -101,9 +101,9 @@ To update a dependency:
|
|||||||
|
|
||||||
1. Fetch the dependency:
|
1. Fetch the dependency:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
govendor fetch github.com/hashicorp/my-project
|
govendor fetch github.com/hashicorp/my-project
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Review the changes in git and commit them.
|
2. Review the changes in git and commit them.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user