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

docs(samples): Refactoring search package #415

Merged
merged 14 commits into from
Jul 11, 2022
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
t-karasova authored Apr 1, 2022
commit 8bd8e92d2d2f9bb838f9d72e17a1ff86fcbea0d0
2 changes: 2 additions & 0 deletions samples/interactive-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ If you don't have a Google Cloud project yet or you're not the owner of an exist
After the project is created, set your PROJECT_ID to a ```project``` variable.

1. Run the following command in Terminal:

```bash
gcloud config set project <YOUR_PROJECT_ID>
```
Expand Down Expand Up @@ -122,6 +123,7 @@ The bucket name must be unique. For convenience, you can name it `<YOUR_PROJECT_
### Import products to the Retail Catalog

To import the prepared products to a catalog, run the following command in the Terminal:

```bash
mvn compile exec:java -Dexec.mainClass="product.ImportProductsGcs"
```
Expand Down