summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAshley Cui <ashleycui16@gmail.com>2019-08-12 15:03:20 -0400
committerAshley Cui <ashleycui16@gmail.com>2019-08-12 15:03:20 -0400
commit99494b55bc3d826232e7c3f4fb67a87b89faf0a6 (patch)
tree208df1a56d6725fe18a22fd1b4c841221b9abb18 /Makefile
parent9bee6907a5d867ab866374c6c7d8a45e3fa705da (diff)
downloadpodman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.tar.gz
podman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.tar.bz2
podman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.zip
Homebrew installation in install.md
Add brew installation instructions to docs & small fix to brew makefile Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efd8ad85c..d2119eb74 100644
--- a/Makefile
+++ b/Makefile
@@ -335,6 +335,7 @@ brew-pkg: install-podman-remote-docs podman-remote-darwin
@cp ./bin/podman-remote-darwin ./brew/podman
@cp -r ./docs/remote ./brew/docs/
@cp docs/podman-remote.1 ./brew/docs/podman.1
+ @cp docs/podman-remote.conf.5 ./brew/docs/podman-remote.conf.5
@sed -i 's/podman\\*-remote/podman/g' ./brew/docs/podman.1
@sed -i 's/Podman\\*-remote/Podman\ for\ Mac/g' ./brew/docs/podman.1
@sed -i 's/podman\.conf/podman\-remote\.conf/g' ./brew/docs/podman.1