Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmitul9 committed May 21, 2024
1 parent ef21258 commit 388f344
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## Installation

1. *Clone the Repository*: Start by cloning this repository to your local machine:
1. Start by cloning this repository to your local machine:
```sh
git clone https://github.com/yourusername/ktctl.git
git clone git@github.com:Red-Hat-Partner-CertOps/ktctl.git
```

2. Move into the cloned repository directory:
Expand All @@ -18,11 +18,11 @@ cd ktctl
```sh
sudo make build
```
This command will compile the Go code and create the ktctl binary in the ./bin directory.
This command will compile the Go code and create the ktctl binary under /usr/local/bin directory

4. Once the binary is built, you can run the tool with the desired arguments:
```sh
ktctl <path of sosreport.tar.xz> -l error
ktctl <path of sosreport.tar.xz> -l error|warning|debug|tech-preview|all
```

Alternatively, you can run make clean to remove the build artifacts after usage:
Expand All @@ -39,8 +39,8 @@ ktctl [tarfile] [flags]
- Flags:

-l or --level: Set log level. Available options are "error", "warning", "debug", and "tech-preview"
or
you can use --level all, it will use all above available options in single command.

all : you can use --level all, it will use all above available options in single command.

## Example
```sh
Expand Down

0 comments on commit 388f344

Please sign in to comment.