diff --git a/README.md b/README.md index a8fe895..7247c51 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,23 @@ You can install the journal CLI via Homebrew by following these steps: 1. Tap the Repository First, add the journal tap to Homebrew to make the formula available: +```bash brew tap dhruv-gambhir/journal - +``` 2. Install the journal CLI After tapping the repository, install the journal package: +```bash brew install journal - +``` 3. Usage Once installed, you can start using the journal CLI. To see the available commands, run: +```bash journal --help - +``` This will display a list of available options and commands for the journal application. +