Skip to content

Commit

Permalink
Add --local-ip to documentation of local development
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jan 27, 2025
1 parent ec4cff2 commit 109886d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/getting_started/local_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ done
chartpress --skip-build
```

`deploy.py` requires your IP address (represented by `xxx.xxx.xxx.xxx` in the next command).

```
python deploy.py localhost
python deploy.py localhost --local-ip xxx.xxx.xxx.xxx
```

## Access your mybinder.org
Expand Down

0 comments on commit 109886d

Please sign in to comment.