mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
fixing wrapping issues
This commit is contained in:
parent
e9587d39a3
commit
a0653ec319
2 changed files with 2 additions and 4 deletions
3
atom.xml
3
atom.xml
|
|
@ -75,8 +75,7 @@ See, once you have a working system, there isn’t a need to keep on configu
|
|||
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
||||
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
||||
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
||||
<pre><code>1. Save the source code to where you want to keep it. A common spot is something like
|
||||
~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
||||
<pre><code>1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
||||
|
||||
2. Unextract it
|
||||
|
||||
|
|
|
|||
|
|
@ -97,8 +97,7 @@ See, once you have a working system, there isn’t a need to keep on configu
|
|||
<h2 id="getting-the-goods-the-source-code">Getting the Goods (The Source Code!)</h2>
|
||||
<p>Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server.
|
||||
However I recommend personally to get their official <a href="https://dl.suckless.org/dwm/dwm-6.5.tar.gz">tarball releases</a> (this links to the latest of the time of writing this: 6.5) their <a href="https://dwm.suckless.org/">page</a>.</p>
|
||||
<pre><code>1. Save the source code to where you want to keep it. A common spot is something like
|
||||
~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
||||
<pre style="overflow-wrap: break-word; white-space: normal;"><code>1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
|
||||
|
||||
2. Unextract it
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue