Update docs to refer to new zed-local script

This commit is contained in:
Max Brunsfeld 2023-10-09 12:48:35 -07:00
parent a0ab9fe56b
commit 1e4f5145cf
3 changed files with 3 additions and 6 deletions

View file

@ -83,9 +83,7 @@ foreman start
If you want to run Zed pointed at the local servers, you can run: If you want to run Zed pointed at the local servers, you can run:
``` ```
script/zed-with-local-servers script/zed-local
# or...
script/zed-with-local-servers --release
``` ```
### Dump element JSON ### Dump element JSON

View file

@ -75,8 +75,7 @@ Expect this to take 30min to an hour! Some of these steps will take quite a whil
- If you are just using the latest version, but not working on zed: - If you are just using the latest version, but not working on zed:
- `cargo run --release` - `cargo run --release`
- If you need to run the collaboration server locally: - If you need to run the collaboration server locally:
- `script/zed-with-local-servers` - `script/zed-local`
- If you need to test collaboration with mutl
## Troubleshooting ## Troubleshooting

View file

@ -17,6 +17,6 @@
## Testing collab locally ## Testing collab locally
1. Run `foreman start` from the root of the repo. 1. Run `foreman start` from the root of the repo.
1. In another terminal run `script/start-local-collaboration`. 1. In another terminal run `script/zed-local -2`.
1. Two copies of Zed will open. Add yourself as a contact in the one that is not you. 1. Two copies of Zed will open. Add yourself as a contact in the one that is not you.
1. Start a collaboration session as normal with any open project. 1. Start a collaboration session as normal with any open project.