[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 2cef90fa 2/3: Book: typo corrected in installa
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 2cef90fa 2/3: Book: typo corrected in installation from package managers |
Date: |
Wed, 18 Oct 2023 09:53:55 -0400 (EDT) |
branch: master
commit 2cef90faa9db602d3b1ac5fd47021c694fef5bf7
Author: Faezeh Bidjarchian <fbidjarchian@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: typo corrected in installation from package managers
Until now, a '\' character was missing for one of the of the long commands
(that was broken into multiple lines). As a result, a raw copy-paste of the
command would cause inconveniences for the users (the third line would be
interpretted as an independent command).
With this commit, the typo has been corrected.
This typo was reported by Michael Stein.
---
doc/announce-acknowledge.txt | 1 +
doc/gnuastro.texi | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index edc1dc00..5705d898 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -4,6 +4,7 @@ Aaron Watkins
Agata Rożek
Colin Orion Chandler
Irene Pintos-Castro
+Michael Stein
Rashid Yaaqib
Raul Infante-Sainz
Ryan Begley
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 9f2e08dd..ebe0ba94 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -10790,7 +10790,7 @@ $ sudo apt-get install libgsl-dev libcfitsio-dev \
If present, these libraries can be used in Gnuastro's build for extra
features, see @ref{Optional dependencies}.
@example
$ sudo apt-get install ghostscript libtool-bin \
- libjpeg-dev libtiff-dev
+ libjpeg-dev libtiff-dev \
libgit2-dev curl lzip
@end example