Skip to content

Commit 0d3d2ff

Browse files
committed
Sync install instructions
1 parent 11150b3 commit 0d3d2ff

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

INSTALL

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
SHORT INSTRUCTIONS:
22

3+
To install from github, see README-git.md.
4+
5+
To install a released version:
6+
37
0. download the latest bash debugger from:
48
http://prdownloads.sourceforge.net/bashdb/?sort_by=date&sort=desc
59

@@ -34,8 +38,6 @@ SHORT INSTRUCTIONS:
3438
that umask, you may want to set the umask to something more
3539
permissive like 022, before running the "make install".
3640

37-
That's it!
38-
3941
- - - -
4042

4143
This debugger needs a debugger-enabled version of Bash 4.1 or greater.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Here we have a debugger (*the* debugger?) for Bash 3.0 and higher.
1+
Here, we have a debugger (*the* debugger?) for Bash 5.1. Other git
2+
branches cover other versions of bash.
23

34
The command syntax generally follows that of the
45
[zsh debugger ](https://github.com/rocky/zshdb) trepanning debuggers
@@ -69,4 +70,6 @@ switch:
6970
* [tree-structured reference manual](http://www.rodericksmith.plus.com/outlines/manuals/bashdbOutline.html)
7071
* [tree-structured reference manual](http://www.rodericksmith.plus.com/outlines/manuals/bashdbOutline.html)
7172

72-
See *INSTALL* for generic GNU configure installation instructions.
73+
See *INSTALL* for installation instructions from a released tarball.
74+
75+
See *README-git.md* for installing from git on github.

0 commit comments

Comments
 (0)