diff --git a/pages/common/posh.md b/pages/common/posh.md index 051696a5af..c5c60a406c 100644 --- a/pages/common/posh.md +++ b/pages/common/posh.md @@ -3,14 +3,18 @@ > Gems documentation browser for Ruby developers. > More information: . -- Download documentation to your machine (run inside a Ruby project) and print full sync report: +- Download documentation to your machine (run inside a Ruby project): -`posh sync --full` +`posh sync` - Start the interactive documentation browser for the current project: `posh` +- Open a specific project: + +`posh --project {{path/to/project}}` + - Clear all docsets from your machine: `posh clear`