Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SlapDrone committed Nov 18, 2023
1 parent 4acfd76 commit 4f7e55c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Installing Slopify is as easy as pie, which, coincidentally, might be what your
poetry add slopify
```

or:

```bash
# Install with pip
pip install slopify
```

## Usage

To copy your codebase into the system clipboard for Slopify, just run:
Expand Down
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 = "slopify"
version = "0.2.0"
version = "0.2.2"
description = ""
authors = ["Mawhrin-Skel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4f7e55c

Please sign in to comment.