Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Updates README to make setup instruction more clear #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

#### Actions CLI
1. Install the [Actions CLI](https://developers.google.com/assistant/actionssdk/gactions)
1. Once Actions CLI is installed, add the path of gactions into the `.bashrc` file to access gactions from any file directory.
`export PATH="$PATH:<path_to_gactions>"` From more information refer to this answer [StackOverflow](https://stackoverflow.com/a/45040330/5539913)
1. Navigate to `your_project_directory` and run `gactions init <PROJECT_NAME>`
1. Navigate to `sdk/settings/settings.yaml`, and replace `<PROJECT_ID>` with your project ID
1. Navigate to the `sdk/` directory by running `cd sdk` from the root directory of this project.
1. Run `gactions login` to login to your account.
Expand Down