ansible-later/docs/content/setup/source.md

15 lines
382 B
Markdown
Raw Normal View History

2020-01-15 00:15:13 +01:00
---
title: From source
---
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
2020-01-15 00:15:13 +01:00
{{< highlight Shell "linenos=table" >}}
# Install dependency
git clone https://github.com/xoxys/ansible-later
export PYTHONPATH=$PYTHONPATH:`pwd`/ansible-later/ansiblelater
export PATH=$PATH:`pwd`/ansible-later/bin
{{< /highlight >}}
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->