gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 48781b1f 2/2: Book: DS9 installation now also


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 48781b1f 2/2: Book: DS9 installation now also works for macOS tarball download
Date: Thu, 25 May 2023 09:50:14 -0400 (EDT)

branch: master
commit 48781b1f7636e23decccf5cf5e324f871214be16
Author: Rashid Yaaqib <r.yaaqib@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: DS9 installation now also works for macOS tarball download
    
    Until now, the 'mv' instructions for SAO DS9 only moved the 'ds9'
    executable to '/usr/local/bin'. However, On macOS, the tarball also
    includes a 'ds9.zip' to be moved to that directory.
    
    With this commit, the installation instruction starting with 'mv' will now
    move both ds9 and ds9.zip into the /usr/local/bin directory.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 3ecce2e5..8c2a5f49 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -44320,7 +44320,7 @@ $ ./ds9
 @item
 If the command above opened DS9 with no error, you can safely install it with 
this command:
 @example
-$ sudo mv ds9 /usr/local/bin
+$ sudo mv ds9* /usr/local/bin
 @end example
 @item
 Go to your home directory and try running DS9 with the two commands below.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]