Skip to content

Commit

Permalink
Added usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 14, 2023
1 parent 922fe2b commit 4f04b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_posts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Sunrize is an easy-to-use editor for X3D files that is based on the [X_ITE](/x_i

## Usage

Because Sunrize is a Node program, it can be run without installing it using NPM's **npx** command:
First you need to install both Node.js and npm on your system. To accomplish this, you can use a Node installer from <https://nodejs.org/en/download/>.

Then you can run Sunrize without installing it using npm's **npx** command:

```console
$ npx sunrize [files]
Expand Down

0 comments on commit 4f04b2f

Please sign in to comment.