Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed Nov 14, 2023
1 parent 957175e commit ffa2783
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SatSim source code was developed under contract with ARFL/RDSM, and is approved

![screenshot](screenshot.jpg "screenshot")

## Installation
## Installation from NPM

```sh
npm install satsim
Expand Down Expand Up @@ -39,9 +39,19 @@ index.html

## Example Webpack Application

````sh
git clone https://github.com/mixxen/satsimjs-example.git
```sh
git clone https://github.com/ssc-ai/satsimjs-example.git
cd satsimjs-example
npm install
npm start
````
```


## Example NextJS Application

```sh
git clone https://github.com/ssc-ai/satsimjs-nextjs-example.git
cd satsimjs-nextjs-example
npm install
npm run dev
```

0 comments on commit ffa2783

Please sign in to comment.