README.md in pgslice-0.1.0 vs README.md in pgslice-0.1.1
- old
+ new
@@ -2,11 +2,11 @@
Postgres partitioning as easy as pie
## Install
-Run
+Run:
```sh
gem install pgslice
```
@@ -62,16 +62,18 @@
7. Archive and drop the original table
## Adding Partitions
+To add partitions, use:
+
```sh
pgslice add_partitions <table> --future 3
```
## Additional Commands
-To undo prep and delete partitions, use:
+To undo prep (which will delete partitions), use:
```sh
pgslice unprep <table>
```