From c400cd3d5b1d6979a85a1080ec47a5fb509607f6 Mon Sep 17 00:00:00 2001 From: Nimesh Solanki Date: Wed, 15 Jul 2020 15:53:35 +0530 Subject: [PATCH 1/2] add info about adding gactions path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f337808..bb9cbad 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ #### 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:"` From more information refer to this answer [StackOverflow](https://stackoverflow.com/a/45040330/5539913) 1. Navigate to `sdk/settings/settings.yaml`, and replace `` 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. From 05e4f7e97b86eb72365db8e41dd00ef8b947599c Mon Sep 17 00:00:00 2001 From: Nimesh Solanki Date: Wed, 15 Jul 2020 15:54:31 +0530 Subject: [PATCH 2/2] add info about gactions init --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9cbad..07b2da2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ #### 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:"` From more information refer to this answer [StackOverflow](https://stackoverflow.com/a/45040330/5539913) +`export PATH="$PATH:"` From more information refer to this answer [StackOverflow](https://stackoverflow.com/a/45040330/5539913) +1. Navigate to `your_project_directory` and run `gactions init ` 1. Navigate to `sdk/settings/settings.yaml`, and replace `` 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.