aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabriel <gabriel.giovanini@pm.me>2019-11-16 19:28:35 +0100
committergabriel <gabriel.giovanini@pm.me>2019-11-16 19:28:35 +0100
commit51d3eff2653afde368ff851a0192392857c69de9 (patch)
tree00eb6470e398b4ef33f775fbd3dec67292ead2d1
parentff394ae92c8651c3e6ab46e6bdb49b4dc2e363ff (diff)
downloadgabrielgio.me-51d3eff2653afde368ff851a0192392857c69de9.tar.gz
gabrielgio.me-51d3eff2653afde368ff851a0192392857c69de9.tar.bz2
gabrielgio.me-51d3eff2653afde368ff851a0192392857c69de9.zip
Typo
-rw-r--r--_posts/2019-11-16-compiling-emacs.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_posts/2019-11-16-compiling-emacs.md b/_posts/2019-11-16-compiling-emacs.md
index 93f80b8..5dfa252 100644
--- a/_posts/2019-11-16-compiling-emacs.md
+++ b/_posts/2019-11-16-compiling-emacs.md
@@ -18,7 +18,8 @@ First install the following packages:
sudo dnf install git autoconf make gcc texinfo gnutls-devel giflib-devel ncurses-devel libjpeg-turbo-devel giflib-devel gtk3-devel libXpm-devel
{% endhighlight %}
-Then we need to clone de source code from [savannah.gnu.org](http://savannah.gnu.org/projects/emacs/)
+Then we need to clone the repo from [savannah.gnu.org](http://savannah.gnu.org/projects/emacs/) where is hosted
+the source code of emacs:
{% highlight bash %}
git clone -b master git://git.sv.gnu.org/emacs.git
{% endhighlight %}