Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Sep 13, 2024
1 parent a2c65d6 commit f5c4a71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ You can choose from one of the following methods.
```
- Load from local file in your container
- Copy the following data files to your container.
- [account.csv](./data/account.csv)
- [phone.csv](./data/phone.csv)
- [city.csv](./data/city.csv)
- [hasPhone.csv](./data/hasPhone.csv)
- [locate.csv](./data/locate.csv)
- [transfer.csv](./data/transfer.csv)
- [account.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/account.csv)
- [phone.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/phone.csv)
- [city.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/city.csv)
- [hasPhone.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/hasPhone.csv)
- [locate.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/locate.csv)
- [transfer.csv](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/data/transfer.csv)

- Copy [load2.gsql](./script/load2.gsql) to your container. Modify the script with your local file path. Next, run the following in your container's bash command line.
```
Expand Down

0 comments on commit f5c4a71

Please sign in to comment.