mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 18:10:38 +00:00
17 lines
441 B
Markdown
17 lines
441 B
Markdown
---
|
|
title: From source
|
|
---
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- markdownlint-disable -->
|
|
<!-- spellchecker-disable -->
|
|
{{< 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 >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- markdownlint-restore -->
|
|
<!-- prettier-ignore-end -->
|