Skip to content

Commit

Permalink
update editable_dependencies readme
Browse files Browse the repository at this point in the history
fixed typo/project naming to match example.
  • Loading branch information
thedoubl3j authored Aug 27, 2024
1 parent 9cf66de commit 8e0c09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker-compose/editable_dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ From root of AWX project `~/projects/src/github.com/TheRealHaoLiu/awx`
I can either do

```bash
ln -s ~/projects/src/github.com/TheRealHaoLiu/ansible-runner tools/docker-compose/editable_dependencies/
ln -s ~/projects/src/github.com/TheRealHaoLiu/django-ansible-base tools/docker-compose/editable_dependencies/
```

or

```bash
ln -s ../ansible-runner tools/docker-compose/editable_dependencies/
ln -s ../django-ansible-base tools/docker-compose/editable_dependencies/
```

## How to remove indivisual editable dependencies
Expand Down

0 comments on commit 8e0c09f

Please sign in to comment.