Marshall Bowers
335c307b93
Fix README links ( #11382 )
...
This PR fixes the links in the README to account for the changes in the
docs structure.
Also, somehow the README had gotten added with `\r\n` newlines, so I
changed it back to `\n` newlines.
Release Notes:
- N/A
2024-05-03 19:53:22 -04:00
Klaus Hipp
0858e3f0e2
Update Preview release installation instructions ( #11263 )
...
This PR updates the Homebrew installation instructions for the Preview
release, which has been migrated to ```homebrew/cask``` as
```zed@preview``` (see
[Commit](bad25d79e1
)).
Release Notes:
- N/A
2024-05-01 14:51:11 -04:00
DissolveDZ
b1eb0291dc
Re-add README.md which might have been deleted by mistake ( #11067 )
...
Release Notes:
- N/A
2024-04-26 16:04:25 -04:00
Conrad Irwin
664f779eb4
new path picker ( #11015 )
...
Still TODO:
* Disable the new save-as for local projects
* Wire up sending the new path to the remote server
Release Notes:
- Added the ability to "Save-as" in remote projects
---------
Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Bennet <bennetbo@gmx.de>
2024-04-26 13:25:25 -06:00
Max Brunsfeld
bc7eaa6cd5
Add links to jobs page in README and in app, under help menu ( #10658 )
...
Release Notes:
- N/A
Co-authored-by: Nathan <nathan@zed.dev>
2024-04-16 15:47:23 -07:00
Bennet Bo Fenner
0a4c3488dd
Fix typo in README ( #10471 )
...
Fixes a typo in the README which I believe was accidentally committed
yesterday in #10459
Release Notes:
- N/A
2024-04-12 14:18:54 +02:00
Conrad Irwin
08786fa7bf
Make BufferSearch less wide ( #10459 )
...
This also adds some "responsiveness" so that UI elements are hidden
before everything has to be occluded
Release Notes:
- Improved search UI. It now works in narrower panes, and avoids
scrolling the editor on open.
<img width="899" alt="Screenshot 2024-04-11 at 21 33 17"
src="https://github.com/zed-industries/zed/assets/94272/44b95d4f-08d6-4c40-a175-0e594402ca01 ">
<img width="508" alt="Screenshot 2024-04-11 at 21 33 45"
src="https://github.com/zed-industries/zed/assets/94272/baf4638d-427b-43e6-ad67-13d43f0f18a2 ">
<img width="361" alt="Screenshot 2024-04-11 at 21 34 00"
src="https://github.com/zed-industries/zed/assets/94272/ff60b561-2f77-49c0-9df7-e26227fe9225 ">
<img width="348" alt="Screenshot 2024-04-11 at 21 37 03"
src="https://github.com/zed-industries/zed/assets/94272/a2a700a2-ce99-41bd-bf47-9b14d7082b0e ">
2024-04-11 23:07:29 -06:00
Tatsuya Kyushima
15758c10bf
docs: Fix installation command via Homebrew ( #10416 )
...
When I installed zed by running `brew install zed` following
`README.md`, [brimdata/zed](https://github.com/brimdata/zed ) was
installed.
By running `brew install --cask zed`, zed was installed properly.
It seems like `--cask` option is needed.
### Environments:
- OS:
- macOS 13.4
- Homebrew version:
```sh
Homebrew 4.2.17-40-gef1c54e
Homebrew/homebrew-core (git revision 0f61f2950ec; last commit
2024-04-03)
Homebrew/homebrew-cask (git revision 40c0a17ee0; last commit 2024-04-03)
```
Release Notes:
- N/A
2024-04-11 09:12:23 -04:00
Klaus Hipp
df27e783ae
Update Homebrew installation instructions ( #9356 )
...
This PR updates the README to include Homebrew installation instructions
for the preview version and adds a link to the Homebrew homepage.
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-03-14 14:00:31 -04:00
Kainoa Kanter
d66f8f99bd
docs: Move Linux tracking issue ( #9130 )
...
Release Notes:
- N/A
2024-03-11 10:08:14 +02:00
白山風露
a90a667fd0
Windows: Add document ( #8948 )
...
Release Notes:
- N/A
2024-03-07 15:41:15 -08:00
Mikayla Maki
5c7cec9f85
Add linux to readme ( #8083 )
...
Release Notes:
- N/A
2024-02-20 12:02:51 -08:00
Zongle Wang
28f875f5f9
Note installation step via Homebrew ( #7053 )
...
https://formulae.brew.sh/cask/zed
2024-01-30 21:47:30 -05:00
Marshall Bowers
1564bd82f2
Add installation instructions to README ( #6870 )
...
This PR adds installation instructions to the README, with a note on
which platforms we currently support.
Release Notes:
- N/A
2024-01-27 09:54:13 -05:00
Marshall Bowers
6b50509182
Balance headings in README ( #4238 )
...
This PR balances the headings in the README.
Release Notes:
- N/A
2024-01-23 22:15:37 -05:00
Marshall Bowers
a936aab72f
Update README ( #4237 )
...
This PR updates the README by removing the TODO items and linking out to
the contributing docs.
Release Notes:
- N/A
2024-01-23 22:09:38 -05:00
Nate Butler
ed67363ea3
Update README.md
...
FIx typos
2024-01-17 13:24:05 -05:00
Nate Butler
9415f098d7
Clean out old readme contents
...
Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com>
2024-01-17 13:09:02 -05:00
Max Brunsfeld
1e4f5145cf
Update docs to refer to new zed-local script
2023-10-09 12:49:12 -07:00
Marshall Bowers
6bbf614a37
Fix some typos in README.md
2023-09-21 16:56:04 -04:00
Max Brunsfeld
4ea6d12fe2
Document that PostgREST needs to be installed for running locally
2023-09-13 13:46:17 -07:00
Kirill Bulatov
017aa1fdfb
Allow installing rustup via homebrew
2023-09-11 21:35:08 +03:00
Conrad Irwin
b922d0f132
Use rustup (not brew) for rust
2023-09-11 10:15:22 -06:00
Conrad Irwin
7cc05c99c2
Update getting started
...
Just ran through this again.
2023-09-08 23:46:12 -06:00
Derek Briggs
0e600ad2a4
Update README.md
2023-07-12 11:35:38 -06:00
Derek Briggs
dc09a11090
Update README.md
2023-07-12 10:58:39 -06:00
Derek Briggs
2cb7d8aa96
Update README.md
2023-07-12 10:51:09 -06:00
Kirill Bulatov
f5278c49b0
Clarify GH Token scope requirements
2023-05-02 12:12:57 +03:00
Petros Amoiridis
6194c5df16
Add missing steps to the setup instructions
2023-03-03 11:36:26 -08:00
Mikayla Maki
a5ad2f544e
Update README.md
2023-02-16 16:51:57 -08:00
Mikayla Maki
2d889f59bf
Rewrite license documentation to be more clear
2023-01-27 15:44:19 -08:00
Mikayla Maki
ea39983f78
Removed old experiments settings and staff mode flag, added new StaffMode global that is set based on the webserver's staff bit
2023-01-27 15:43:12 -08:00
Max Brunsfeld
db831c3fbb
Remove roadmap from readme
2023-01-10 17:38:34 -08:00
Max Brunsfeld
31fa7ca90c
Add livekit to the Procfile, update the README
2022-10-27 13:24:35 -07:00
Mikayla Maki
a20c2e4df1
Update README.md
2022-09-08 16:45:34 -07:00
Mikayla Maki
3387968c6e
Update README.md
2022-09-08 16:31:21 -07:00
Mikayla Maki
ddbc1a7eaa
Update README.md
2022-09-08 16:01:26 -07:00
Mikayla Maki
4f5ab74429
Added instructions for how to add feature flags
2022-08-22 16:03:49 -07:00
Mikayla Maki
45c7c32a0a
Test
2022-08-11 19:29:52 -07:00
Antonio Scandurra
4664683069
Remove Redis
2022-07-18 08:59:35 +02:00
Antonio Scandurra
42d68af073
Add instructions to install redis and include it in Procfile
2022-07-15 10:41:07 +02:00
Isaac Clayton
6600251952
Fix yet another typo
2022-07-12 13:54:00 +02:00
Isaac Clayton
c188021d6c
Write about how plugins work and how to use them
2022-07-12 13:45:22 +02:00
Nathan Sobo
ab8204368c
Rename zed-server to collab
...
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
2022-04-09 08:30:42 -06:00
Antonio Scandurra
9422e27f97
Update curl to avoid setting MACOSX_DEPLOYMENT_TARGET
on server
2022-01-13 08:52:42 +01:00
Nathan Sobo
a6dd9a20d4
Fix binding to dump element JSON
2022-01-11 17:52:26 -07:00
Nathan Sobo
13ed9dc1f1
Document database setup and fix issue in script/seed-db
...
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-12-27 12:52:15 -08:00
Nathan Sobo
07a4cfeefd
Streamline running both next and collab servers in development
...
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2021-12-25 11:55:10 -07:00
Max Brunsfeld
f0353d6aba
Add note in README about rustc bug on macOS monterey
2021-11-01 17:11:40 -07:00
Nathan Sobo
d234f63447
Update roadmap
2021-05-17 11:15:32 -06:00