Skip to content

Commit

Permalink
deploy: 091b630
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Feb 17, 2024
1 parent 4503dae commit fa595ff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
5 changes: 2 additions & 3 deletions eww.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ <h2 id="how-to-install-eww"><a class="header" href="#how-to-install-eww">How to
<h3 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a></h3>
<ul>
<li>rustc</li>
<li>cargo (nightly toolchain)</li>
<li>cargo</li>
</ul>
<p>Rather than with your system package manager,
I recommend installing it using <a href="https://rustup.rs/">rustup</a>,
as this makes it easy to use the nightly toolchain necessary to build eww.</p>
I <strong>strongly</strong> recommend installing it using <a href="https://rustup.rs/">rustup</a>.</p>
<p>Additionally, eww requires some dynamic libraries to be available on your system.
The exact names of the packages that provide these may differ depending on your distribution.
The following list of package names should work for arch linux:</p>
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,10 @@ <h2 id="how-to-install-eww"><a class="header" href="#how-to-install-eww">How to
<h3 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a></h3>
<ul>
<li>rustc</li>
<li>cargo (nightly toolchain)</li>
<li>cargo</li>
</ul>
<p>Rather than with your system package manager,
I recommend installing it using <a href="https://rustup.rs/">rustup</a>,
as this makes it easy to use the nightly toolchain necessary to build eww.</p>
I <strong>strongly</strong> recommend installing it using <a href="https://rustup.rs/">rustup</a>.</p>
<p>Additionally, eww requires some dynamic libraries to be available on your system.
The exact names of the packages that provide these may differ depending on your distribution.
The following list of package names should work for arch linux:</p>
Expand Down
7 changes: 3 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,10 @@ <h2 id="how-to-install-eww"><a class="header" href="#how-to-install-eww">How to
<h3 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a></h3>
<ul>
<li>rustc</li>
<li>cargo (nightly toolchain)</li>
<li>cargo</li>
</ul>
<p>Rather than with your system package manager,
I recommend installing it using <a href="https://rustup.rs/">rustup</a>,
as this makes it easy to use the nightly toolchain necessary to build eww.</p>
I <strong>strongly</strong> recommend installing it using <a href="https://rustup.rs/">rustup</a>.</p>
<p>Additionally, eww requires some dynamic libraries to be available on your system.
The exact names of the packages that provide these may differ depending on your distribution.
The following list of package names should work for arch linux:</p>
Expand Down Expand Up @@ -871,7 +870,7 @@ <h2 id="graph"><a class="header" href="#graph"><code>graph</code></a></h2>
<p>Here you will find help if something doesn't work. If the issue isn't listed here, please <a href="https://github.com/elkowar/eww/issues">open an issue on the GitHub repo.</a></p>
<h2 id="eww-does-not-compile"><a class="header" href="#eww-does-not-compile">Eww does not compile</a></h2>
<ol>
<li>Make sure that you are compiling eww using the nightly Rust toolchain.</li>
<li>Make sure that you are compiling eww using a recent version of rust (run <code>rustup update</code> to be sure you have the latest version available)</li>
<li>Make sure you have all the necessary dependencies. If there are compile-errors, the compiler will tell you what you're missing.</li>
</ol>
<h2 id="eww-does-not-work-on-wayland"><a class="header" href="#eww-does-not-work-on-wayland">Eww does not work on Wayland</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1 id="troubleshooting"><a class="header" href="#troubleshooting">Troubleshooti
<p>Here you will find help if something doesn't work. If the issue isn't listed here, please <a href="https://github.com/elkowar/eww/issues">open an issue on the GitHub repo.</a></p>
<h2 id="eww-does-not-compile"><a class="header" href="#eww-does-not-compile">Eww does not compile</a></h2>
<ol>
<li>Make sure that you are compiling eww using the nightly Rust toolchain.</li>
<li>Make sure that you are compiling eww using a recent version of rust (run <code>rustup update</code> to be sure you have the latest version available)</li>
<li>Make sure you have all the necessary dependencies. If there are compile-errors, the compiler will tell you what you're missing.</li>
</ol>
<h2 id="eww-does-not-work-on-wayland"><a class="header" href="#eww-does-not-work-on-wayland">Eww does not work on Wayland</a></h2>
Expand Down

0 comments on commit fa595ff

Please sign in to comment.