Skip to content

Commit

Permalink
fix readme for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pgosar committed Apr 5, 2023
1 parent 707cd46 commit 21a652f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ChatGDB
Harness the power of ChatGPT inside the GDB debugger!
![Image](./img/workingExample.png)
![image](https://user-images.githubusercontent.com/55164602/229982475-9a9724fe-91d0-48a4-aa3b-85bfc38edafa.png)


### Installation instructions
To install, run the command ```pip3 install chatgdb```. It will create an executable called
Expand Down
Binary file removed img/workingExample.png
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ChatGDB"
version = "0.3.2"
version = "1.0.0"
authors = ["Pranay Gosar <gosarpranay@gmail.com>"]
description = "Harness the power of ChatGPT directly inside the GDB debugger!"
readme = "README.md"
Expand Down

0 comments on commit 21a652f

Please sign in to comment.