Skip to content

Commit f58f53f

Browse files
hank-sqigorlukanin
authored andcommitted
chore: Fix script name and command in contribution guide (#10047) — thanks @hank-sq!
Updated script name and command in CONTRIBUTING.md.
1 parent 424c3c3 commit f58f53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ Cube.is written in a mixture of JavaScript, TypeScript, and Rust. TypeScript and
101101
11. Run `yarn link @cubejs-backend/server-core` in your project directory.
102102
12. Run `yarn dev` to start your testing project and verify changes.
103103

104-
Instead of running all of the above commands manually you can use the `dev_env_setup.sh` script:
104+
Instead of running all of the above commands manually you can use the `dev-env.sh` script:
105105

106106
1. Clone the Cube repository, `git clone https://github.com/cube-js/cube`.
107-
2. Navigate to your working projects directory and run `/path/to/cube/repo/dev_env_setup.sh`. The script will
107+
2. Navigate to your working projects directory and run `/path/to/cube/repo//dev-env.sh setup`. The script will
108108
ask you some questions and run all the required commands. In case you decide to create a new testing project,
109109
it will be created in the current directory (that is why you probably don't want to run this script within
110110
cube repo directory).

0 commit comments

Comments
 (0)