Deploying to gh-pages from @ alessandrod/aya@70dc862196 🚀

gh-pages
alessandrod 3 years ago
parent 7f86f8d723
commit 76e8e72fe1

@ -218,7 +218,7 @@ and running a simple eBPF program and userspace application.</p>
<p>Before getting started you will need the Rust stable and nightly tool-chains installed on your system.
This is easily achieved with [<code>rustup</code>]:</p>
<pre><code class="language-console">rustup install stable
rustup install nightly --component rust-src
rustup toolchain install nightly --component rust-src
</code></pre>
<p>Once you have the Rust tool-chains installed, you must also install the <code>bpf-linker</code> - for linking our eBPF program - and <code>cargo-generate</code> - for generating the project skeleton.</p>
<pre><code class="language-console">cargo +nightly install bpf-linker

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -139,7 +139,7 @@
<p>Before getting started you will need the Rust stable and nightly tool-chains installed on your system.
This is easily achieved with [<code>rustup</code>]:</p>
<pre><code class="language-console">rustup install stable
rustup install nightly --component rust-src
rustup toolchain install nightly --component rust-src
</code></pre>
<p>Once you have the Rust tool-chains installed, you must also install the <code>bpf-linker</code> - for linking our eBPF program - and <code>cargo-generate</code> - for generating the project skeleton.</p>
<pre><code class="language-console">cargo +nightly install bpf-linker

Loading…
Cancel
Save