Skip to content

Commit faa181f

Browse files
committed
Minor updates to readmes.
1 parent 37a941d commit faa181f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We try to get to pull requests in a very timely way so they don't languish. Noth
5050
* add unit-test
5151
* commit: `git commit -m 'failing test'` (you can do this more often)
5252
* write code
53-
* test: `npm test` and `npm run build`
53+
* test: `npm run devbuild`, `npm test`, `npm run test3`, and `npm run dist`
5454
* commit: `git commit -m 'implement fix'` (you can do this more often)
5555
* push: `git push -u origin feature_branch_name`
5656
* pull-request: (on github)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ We are coordinating sprints on some of the ideas below, builtins, stdlib, third
4141
Building Skulpt is straightforward:
4242

4343
1. Clone the repository from GitHub, ideally using your own fork if you're planning on making any contributions
44-
2. Install node.js, Java, and Python 2 (required to run the build scripts)
44+
2. Install node.js
4545
3. Install the required dependencies using `npm install`
46-
4. Navigate to the repository and run `npm run build`
46+
4. Navigate to the repository and run `npm run dist`
4747
5. The tests should run and you will find `skulpt.min.js` and `skulpt-stdlib.js` in the `dist`folder
4848

4949

0 commit comments

Comments
 (0)