Skip to content

Commit 3a4476c

Browse files
committed
Note git install. Update circle status badge
1 parent 2ef73cd commit 3a4476c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

INSTALL

+4-2
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status Circle](https://circleci.com/gh/rocky/bashdb.svg?&style=shield)](https://circleci.com/gh/rocky/bashdb)
1+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Trepan-Debuggers/bashdb/tree/bash-5.2.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Trepan-Debuggers/bashdb/tree/bash-5.2)
22

33
[![Packaging status](https://repology.org/badge/vertical-allrepos/bashdb.svg)](https://repology.org/project/bashdb/versions)
44

@@ -70,3 +70,4 @@ switch:
7070
* [manual page](http://bashdb.sourceforge.net/bashdb-man.html)
7171

7272
See *INSTALL* for generic GNU configure installation instructions.
73+
See *INSTALL* for generic GNU configure installation instructions.

0 commit comments

Comments
 (0)