Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 27, 2024
1 parent e2b0cf4 commit 85a49fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
#
# Alpine:
#
# apk add --no-cache git make && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
# apk add --no-cache git make && git clone https://github.com/HariSekhon/Template-repo repo && cd repo && make
#
# Debian / Ubuntu:
#
# apt-get update && apt-get install -y make git && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
# apt-get update && apt-get install -y make git && git clone https://github.com/HariSekhon/Template-repo repo && cd repo && make
#
# RHEL / CentOS:
#
# yum install -y make git && git clone https://github.com/HariSekhon/DevOps-Python-tools pytools && cd pytools && make
# yum install -y make git && git clone https://github.com/HariSekhon/Template-repo repo && cd repo && make

# ===================

Expand Down

0 comments on commit 85a49fb

Please sign in to comment.