Skip to content

Commit c200ea8

Browse files
committed
document running dev lightning on the cloud
1 parent b3f4258 commit c200ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ and the last true master commit is `ccc111` and your first commit is `mmm222`.
311311

312312
#### How to run an app on the cloud with a local version of lightning
313313

314-
Once you install lightning in editable mode following [the installation guide](https://github.com/Lightning-AI/lightning/#install-bleeding-edge), set the following environment variable before running your app on the cloud:
314+
The lightning cloud uses the latest release by default. However, you might want to run your app with lightning that you have made changes to in your directory. To use your local version of lightning on the cloud, set the following environment variable:
315315

316316
```bash
317-
export PACKAGE_LIGHTNING=1 # <- this is the magic to use dev version!!!
317+
export PACKAGE_LIGHTNING=1 # <- this is the magic to use local version!
318318
lightning run app app.py --cloud
319319
```
320320

0 commit comments

Comments
 (0)