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
gimbles
7cd4b9c64f
Add Ubuntu 22.04 release in docs
2022-04-25 20:28:59 -07:00
Wez Furlong
82e2743df0
docs: add centos9 stable download link
2022-04-20 07:57:25 -07:00
Wez Furlong
44925978bc
docs: add alpine to downloads
2022-04-19 23:35:21 -07:00
Davide Mancusi
755f1c28ae
docs: update minimum required Rust version
2022-02-23 07:54:25 -08:00
Wez Furlong
23d1ad5861
docs: add centos9 to downloads section
2022-02-02 06:42:03 -07:00
Wez Furlong
e2903cfa5b
Revert "update docs to mark EOL for CentOS 8"
...
This reverts commit 832c8ad053
.
We have centos8 back in the CI again
2022-02-01 13:12:22 -07:00
Wez Furlong
832c8ad053
update docs to mark EOL for CentOS 8
2022-02-01 08:41:20 -07:00
Jan Katins
c338eb12a0
Better upgrade instruction for nightly on mac
...
The old way would remove the icon form the dock. it needs greedy-latest because the cask is declared as `latest`.
See https://github.com/wez/wezterm/pull/1500 for the discussion
2022-01-04 16:10:29 -08:00
Jan Katins
ec31562b83
Fix update instruction for nightly macosx via brew
...
The update variant errored after rm the cask and I had to install the cask again.
2022-01-03 13:55:01 -08:00
Wez Furlong
24840f7e13
docs: add some info about fancy tab bars
2022-01-01 17:14:33 -07:00
Wez Furlong
c96c36fb6e
docs: explain how to build without Wayland support
...
refs: https://github.com/wez/wezterm/discussions/1455
2021-12-23 20:30:46 -07:00
Wez Furlong
852e88a3cc
docs: show how to install via winget
...
refs: #1384
2021-12-09 22:29:20 -07:00
Wez Furlong
8d3b9e55c9
docs: update macos homebrew instructions
...
closes : #1374
2021-12-08 08:50:04 -07:00
Wez Furlong
5fe24666fa
docs: revise brew cask instructions
...
Thanks to @StreakInTheSky for figuring out how to disambiguate
this from the lagging brew cask.
refs: https://github.com/wez/wezterm/issues/1374
2021-12-06 17:05:35 -07:00
Wez Furlong
889fbf0899
docs: remove ubuntu16 from downloads (EOL)
2021-12-04 18:37:44 -07:00
Wez Furlong
3e672d7152
docs: fixup some more appimage links
2021-12-04 18:36:48 -07:00
Wez Furlong
f413ce4801
docs: fix stable appimage download link
2021-12-04 18:34:10 -07:00
Wez Furlong
56c3a56f46
docs: update nightly refs to new release tag
2021-12-04 08:34:58 -07:00
Manpreet Singh
e7b8c7e8b8
Fedora 35 builds ( #1323 )
...
* Fedora 35
* Update docs/install/linux.markdown
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2021-11-15 17:33:38 -08:00
Wez Furlong
7efb6e8df9
ci: remove fedora 31 and 32, which are EOL
2021-09-25 17:56:49 -07:00
Wez Furlong
5c978ab9bc
docs: tweak choco install instructions
2021-09-25 17:32:54 -07:00
Cory Knox
1f73f80607
Add Chocolatey as an install option
2021-09-25 17:32:16 -07:00
Wez Furlong
e76e79c104
docs: update for Ubuntu16 no longer being available
2021-09-22 21:40:07 -07:00
Wez Furlong
95638e0864
docs: explain why we need Windows 10+
2021-09-07 09:18:11 -07:00
karl
1e52016359
docs: Added Debain 11 download link for nightly
2021-08-20 14:01:34 -07:00
Wez Furlong
8418495dbd
brew tap is now a Cask on macOS
...
This updates the docs to reflect the changes in
https://github.com/wez/homebrew-wezterm/pull/2 and updates the
automation to use the cask as the template, and to update and commit the
task version of the formula.
Thanks @laggardkernel!
closes: https://github.com/wez/homebrew-wezterm/issues/1
refs: https://github.com/wez/wezterm/issues/501
2021-05-22 08:30:10 -07:00
Wez Furlong
2be2c8832c
docs: add fedora 34 stable download
2021-05-02 17:46:32 -07:00
Wez Furlong
e210cdf8ea
docs: add fedora 34
2021-05-02 09:52:57 -07:00
Wez Furlong
5cd414244d
docs: link to the macports port page for wezterm
2021-04-07 10:36:03 -07:00
Herby Gillot
e1d07dee62
docs: add info on installing via MacPorts
2021-04-07 10:34:22 -07:00
Wez Furlong
97d4de80ba
docs: update for wezterm being promoted to the Arch Community repo
2021-04-04 17:33:11 -07:00
Shawn Xu
bf4a64f7d5
move sudo into script to not use sudo for rust checking
2021-04-02 22:36:27 -07:00
Wez Furlong
dbd7fc28a5
Raise minimum Rust version to 1.51, de-vendor openssl on unix
...
Rust 1.51 allows addressesing a long-standing TODO which was that we
shouldn't need to build a vendored copy of openssl on most sensible unix
systems.
We do require a vendored copy on macOS and Windows, but due to the way
that Cargo's feature resolver worked, it wasn't possible for this
requirement to be respected.
Rust 1.51 introduces `resolver="2"` which can deal with this feature
resolution!
https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-resolver-version-2
The upshot of this is that building wezterm on real unix systems that
are not macos will now link against the system libssl, resulting in both
a shorter compile time and less headaches arising from having a slightly
different openssl used by wezterm than the rest of the system.
cc: @jsgf
2021-03-25 09:43:50 -07:00
Wez Furlong
a5bc89e6d3
docs: update build/run from source instructions
2021-03-04 21:56:49 -08:00
Wez Furlong
62917c63b6
docs: add installation info for FreeBSD
2021-03-03 08:45:58 -08:00
Wez Furlong
8ee11484b9
update for rename of master
branch -> main
2021-02-03 21:34:12 -08:00
Wez Furlong
a034730373
docs: clarify about M1 binary for macos
2021-02-03 11:24:41 -08:00
Wez Furlong
32b2bd446d
docs: update for 20210203-095643-70a364eb release
2021-02-03 10:03:04 -08:00
Olivier Raginel
914c10c507
Fix typo: Fedora33 not 32
2021-01-25 18:42:37 -08:00
Wez Furlong
42b95cd413
ci: generate universal binaries for macOS
...
This persuades the CI to install both the arm and intel flavors
of the rust toolchain on macOS, and the deploy script to generate
a universal binary.
* need big sur to build for M1
* Use cross-compilation compatible mlua from my fork for now
2021-01-13 20:11:58 -08:00
Wez Furlong
8f5b5b572e
ci: ubuntu 19 is EOL
2020-12-10 19:53:34 -08:00
Wez Furlong
215a3bb297
docs: link to fedora 33 nightly builds
2020-12-04 22:09:48 -08:00
Wez Furlong
e2605d6b21
docs: clarify how to upgrade brew nightly
2020-10-30 22:36:11 -07:00
Wez Furlong
cc9503120f
docs: fix typo
2020-07-18 10:16:51 -07:00
Wez Furlong
f1dc2568f7
docs: add note about linuxbrew tap
2020-07-18 10:16:30 -07:00
Wez Furlong
ce0797b68b
docs: add note about brew install --HEAD wezterm
2020-06-11 21:05:55 -07:00
Wez Furlong
d047cfe1e9
docs: tweak aur table
2020-06-07 15:18:13 -07:00