Skip to content

Commit 8102387

Browse files
committed
Update setup.md install and uninstall ex.
1 parent 875c0f2 commit 8102387

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ The PGCacheWatch CLI simplifies the process of setting up and managing the neces
2424
Sets up triggers and functions on specified tables to emit NOTIFY signals. This is crucial for initializing PGCacheWatch's event listening capabilities.
2525

2626
```bash
27-
pgcachewatch install <table_name(s)>
27+
python3 -m pgcachewatch install <table_name(s)>
2828
```
2929
`<table_name(s)>`: Specify one or more table names to set up NOTIFY triggers. The CLI will generate and execute the SQL necessary to create these database objects.
3030

3131
#### Uninstall Command
3232
Removes the triggers and functions created by the install command, cleaning up the database objects associated with PGCacheWatch.
3333

3434
```bash
35-
pgcachewatch uninstall
35+
python3 -m pgcachewatch uninstall
3636
```
3737

3838
### Best Practices

0 commit comments

Comments
 (0)