Skip to content

Commit 708583b

Browse files
author
scttymn
committed
update readme
1 parent acec77e commit 708583b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A CLI tool to make GCP and Kubernetes workflows easy. gcpeasy streamlines workin
55
## Table of Contents
66

77
- [Features](#features)
8+
- [Prerequisites](#prerequisites)
89
- [Installation](#installation)
910
- [Quick Start](#quick-start)
1011
- [Commands](#commands)
@@ -21,7 +22,6 @@ A CLI tool to make GCP and Kubernetes workflows easy. gcpeasy streamlines workin
2122
- [Cluster Behavior](#cluster-behavior)
2223
- [Environment Behavior](#environment-behavior)
2324
- [Pod Selection](#pod-selection)
24-
- [Prerequisites](#prerequisites)
2525
- [Project Structure](#project-structure)
2626
- [Contributing](#contributing)
2727
- [License](#license)
@@ -36,6 +36,13 @@ A CLI tool to make GCP and Kubernetes workflows easy. gcpeasy streamlines workin
3636
- 💻 **Shell Access**: Connect to pod shells with automatic fallback
3737
- 📋 **Status Overview**: View pod status and cluster information
3838

39+
## Prerequisites
40+
41+
- [Google Cloud SDK (gcloud)](https://cloud.google.com/sdk/docs/install)
42+
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
43+
- Access to GCP projects and GKE clusters
44+
- Go 1.19+ (for building from source)
45+
3946
## Installation
4047

4148
```bash
@@ -163,13 +170,6 @@ gcpeasy respects and manages your current context:
163170
- Displays running pods and pods with issues for debugging
164171
- Consistent numbered selection across all pod-related commands
165172
166-
## Prerequisites
167-
168-
- [Google Cloud SDK (gcloud)](https://cloud.google.com/sdk/docs/install)
169-
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
170-
- Access to GCP projects and GKE clusters
171-
- Go 1.19+ (for building from source)
172-
173173
## Project Structure
174174
175175
```

0 commit comments

Comments
 (0)