Julio Montoya
889f8a9cd7
Update linux.md
2024-03-16 07:42:38 -07:00
Wez Furlong
5d190c2b7a
docs: mention arch supplemental fonts
...
refs: https://github.com/wez/wezterm/issues/4976
2024-02-06 10:44:09 -07:00
Wez Furlong
9df250f1d2
docs: refine linux install page
...
make it a bit easier to navigate, update some of the instructions
to reflect more recent changes.
2024-02-03 12:22:32 -07:00
Andrii
4156185c9e
fix typo in installation example
...
The installation example mentions the Ubuntu 20 package, while the provided example is for the Ubuntu 22 package
2024-01-28 14:39:39 -07:00
Wez Furlong
6bb474a732
docs: update for retired and newly supported linux builds
2024-01-27 13:09:39 -07:00
Wez Furlong
9181d010ff
docs: remove centos 7
...
It is no longer buildable on GH without extreme effort.
2024-01-18 06:12:39 -07:00
Wez Furlong
6c36a4dda2
docs: fix sources.list
2024-01-11 07:36:35 -07:00
Wez Furlong
90d8feaf6d
docs: show how to use new apt repo
2024-01-10 17:07:38 -07:00
Wez Furlong
f07cc83716
ci: s/fedora36/fedora39/
...
CI just failed to build fedora36, which is now EOL, and fedora39 is out.
2023-11-24 20:20:04 -07:00
Wez Furlong
d680953321
ci: use COPR for opensuse from now on
...
The images available to us on GH actions frequently break and I'm
tired of troubleshooting it and getting spammed by failed build
notifications around it.
I'm just going to use newer COPR builds for this platform from
now on.
2023-11-04 09:41:53 -07:00
Wez Furlong
11dec45f08
docs: add debian 12 arm download
...
refs: https://github.com/wez/wezterm/issues/4134
2023-10-04 11:31:17 -07:00
Wez Furlong
80174a0454
docs: add ubuntu 22 arm download
...
and pave way for debian 12 version
refs: https://github.com/wez/wezterm/issues/4134
2023-10-04 10:27:30 -07:00
Wez Furlong
073d522083
docs: add info about installing via Copr
2023-10-03 10:40:57 -07:00
Frank Ebel
385c874514
docs: update Arch install location
2023-10-01 11:43:02 -07:00
Wez Furlong
d1d4db20be
cargo update
...
Transitive deps now require rust 1.71, so update for that, as well
as some other minor changes required by transitive deps.
2023-07-30 20:09:15 -07:00
Ran Shaham
afb485eb47
docs: fix building without wayland command
2023-07-30 07:20:49 -07:00
Wez Furlong
3aa7da611a
fixup doc build for mkdocs 1.5
2023-07-26 16:10:42 -07:00
Wez Furlong
af6134df4f
docs: fedora 35 is no longer supported
2023-07-12 12:59:37 -07:00
Wez Furlong
dfd1bb0ea4
docs: update for available linux builds
...
refs: https://github.com/wez/wezterm/issues/3973
2023-07-12 12:57:19 -07:00
Wez Furlong
05a2d63398
ci: remove alpine
...
per discussion on https://github.com/wez/wezterm/pull/3089 we don't
need to build for alpine any longer.
2023-05-27 14:10:07 -07:00
Wez Furlong
af2df3e8f3
ci: rm fedora 35, add fedora 38
2023-04-19 21:51:17 -07:00
Wez Furlong
79e82d3054
docs: note about flatpak limitations
...
refs: https://github.com/wez/wezterm/issues/3552
2023-04-17 18:15:27 -07:00
Artyom Nesterenko
78a4477688
Add Homebrew tap for nightly build
2023-03-30 22:27:27 -07:00
Wez Furlong
19c9bc84f2
docs: simplify templating of install pages
2023-03-21 09:31:49 -07:00
Wez Furlong
e8805a9db0
docs: fix fedora37 stable download link
2023-03-20 17:58:30 -07:00
Wez Furlong
7f7a417f84
docs: update linux releases
2023-03-20 17:54:30 -07:00
Wez Furlong
a0ec2c18b4
ci: remove some builds
...
GH actions has been awful slow and bogged down recently,
getting in the way of work that is more important.
This commit removes a variety of alpine builds (which are
not widely used by wezterm users), and the eldest fedora
version to free up some resources.
2023-03-19 22:47:46 -07:00
Artyom Nesterenko
d84ccf126e
Update Homebrew section
2023-03-16 08:02:46 -07:00
Wez Furlong
4770b38737
docs: switch doc build to Material for MkDocs
...
It's a more mature and actively developed toolset for
technical writing, and looks nicer.
2023-03-15 19:22:51 -07:00
Wez Furlong
fc27defd25
ci: remove ubuntu 18
...
refs: https://github.com/actions/runner-images/issues/6002
2023-02-07 09:48:33 -07:00
loishi
0bda17d684
Change to the command to upgrade wezterm-nightly
...
Hi,
I encountered an error while trying to upgrade Wezterm to a newer nightly build on MacOS using the previous brew command. The error message was:
“Error: Cask wezterm-nightly exists in multiple taps:
homebrew/cask-versions/wezterm-nightly
wez/wezterm/wezterm-nightly”
To resolve this issue temporarily, I modified the shell script to use the "wez/wezterm/wezterm-nightly" tap. However, I wanted to check if it's preferable to use the "homebrew/cask-versions/wezterm-nightly" tap instead. Please let me know your thoughts on this.
Thanks!
2023-02-06 05:04:12 -08:00
Manpreet Singh
67896f67f5
Add Fedora 37 nightly builds
2023-01-02 15:51:14 -08:00
C.D. MacEachern
aa72cd24d0
Update macos docs with wezterm CLI installation ( #2619 )
...
* Update macos docs with wezterm CLI installation
wezterm binary is not by default available in shells like the default zsh or bash, on macos we need to explicitly add the path to the wezterm binaries inside the WezTerm.app
* Update docs/install/macos.markdown
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2022-11-19 09:44:28 -07:00
Wez Furlong
38ab42b5bf
docs: remove wezterm-nightly-bin AUR link
...
I plan to retire that as it has ABI compatibility issues on arch
refs: https://github.com/wez/wezterm/issues/2712
2022-11-13 17:09:52 -07:00
Wez Furlong
ad35b9dc21
Add compile time features to allow building without vendored fonts
...
closes : #2305
2022-09-09 08:53:39 -07:00
Muhammed Zakir
4e0c7771bb
Fix alias
for Flatpak: command wasn't quoted
2022-08-11 13:08:24 -07:00
Wez Furlong
3602a839eb
docs: add stable download links for suse and alpine
2022-08-11 08:27:11 -07:00
Wez Furlong
c496f1ce97
fix fedora download links
...
I think I may have inadvertently changed whether the arch portion
was included in the filename for stable releases.
Allow for that in the regex.
Remove debian 9 which is no longer supported.
closes: https://github.com/wez/wezterm/issues/2382
2022-08-09 09:05:29 -07:00
Wez Furlong
d49acf2b9f
docs: wezterm is now on flathub
...
refs: https://github.com/wez/wezterm/issues/2229
2022-08-09 06:50:46 -07:00
Wez Furlong
c667224674
ci: drop support for building on debian 9
...
The toolchain has problems compiling harfbuzz 4.4.1 and I don't feel
like troubleshooting it.
2022-07-04 15:44:44 -07:00
Martijn
7adb5ace1c
Fix install docs for Ubuntu 22
...
The asset linked to for Ubuntu 22 is the Ubuntu 20 package. This commit fixes that by refering to the correct Ubuntu 22 asset instead.
2022-06-27 14:44:14 -07:00
Wez Furlong
035ade89b7
docs: update for newly available stable binary downloads
2022-06-24 15:11:42 -07:00
Ryohsukay
bc7c838cb7
fix typo
...
fix typo of Fedora version on the table
2022-05-19 18:02:46 -07:00
Wez Furlong
b2dad7fa32
docs: add Fedora 36 to install page
2022-05-11 21:29:02 -07:00
Wez Furlong
3afa00a56c
docs: remove centos7 stable link for now
...
We don't have a current one
2022-05-10 23:33:57 -07:00
Wez Furlong
d56bc3fe9f
docs: restore centos7 download links
...
refs: https://github.com/wez/wezterm/issues/1947
refs: https://github.com/wez/wezterm/issues/1948
2022-05-10 23:20:50 -07:00
Soc Virnyl S. Estela
6f0888cd7d
Add install instructions for openSUSE Tumbleweed
2022-05-09 21:58:03 -07:00
xpufx
c5116656ef
do not display links for stable for now
2022-04-26 06:25:18 -07:00
xpufx
b0e91a6bbb
adding opensuse packages to docs
2022-04-26 06:25:18 -07:00
Wez Furlong
7f0b5ab083
docs: update ubuntu 22 stable download
...
it won't exist until we make the next release
2022-04-25 22:28:26 -07:00