Skip to content

Commit 8580a4a

Browse files
committed
Add installation instructions
1 parent a49a08d commit 8580a4a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ Scripts that make dealing with podman quadlets a tad easier.
44

55
## Installation
66

7+
1. Make sure that you've added `~/.local/bin` to PATH.
8+
Add this line to `.zshrc` or `.bashrc`.
79

8-
## Usage
10+
```sh
11+
export PATH="$HOME/.local/bin:$PATH"
12+
```
13+
14+
2. Clone this repository:
915

16+
```sh
17+
git clone https://github.com/finloop/podman-scripts.git
18+
cd podman-scripts
19+
make install
20+
```
21+
22+
## Usage
1023

1124
### pods
1225

0 commit comments

Comments
 (0)