Skip to content

Commit be158a0

Browse files
Shaun Princeclaude
andcommitted
chore: Bump version to 7.2.1
- Add upgrade instructions to README (Homebrew + source) - Fix BrickLinux ASCII art centering Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12cfd36 commit be158a0

2 files changed

Lines changed: 30 additions & 3 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,33 @@ make PREFIX=~/.local install
6161

6262
Many package managers still have neofetch available, though they may have older versions. For the latest updates from this fork, use the Homebrew tap or install from source.
6363

64+
## Upgrading
65+
66+
### Check your current version
67+
68+
```bash
69+
neofetch --version
70+
```
71+
72+
### Homebrew
73+
74+
```bash
75+
# Update the tap and upgrade
76+
brew update
77+
brew upgrade neofetch
78+
79+
# Or install the latest from git (bleeding edge)
80+
brew reinstall --HEAD neofetch
81+
```
82+
83+
### From source
84+
85+
```bash
86+
cd neofetch
87+
git pull
88+
sudo make install
89+
```
90+
6491
## Contributing
6592

6693
Contributions are welcome! This fork is open to:

neofetch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3030
# SOFTWARE.
3131

32-
version=7.2.0
32+
version=7.2.1
3333

3434
# Fallback to a value of '5' for shells which support bash
3535
# but do not set the 'BASH_' shell variables (osh).
@@ -6271,8 +6271,8 @@ ${c1} ___________________________________
62716271
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
62726272
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|
62736273
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
6274-
${c1}|${c2} [][][][][]${c1} BRICK ${c2}[][][][][] ${c1}|
6275-
${c1}|${c2}[][][][][]${c1} LINUX ${c2}[][][][][][]${c1}|
6274+
${c1}|${c2} [][][][][]${c1} BRICK ${c2}[][][][][][] ${c1}|
6275+
${c1}|${c2}[][][][][][]${c1} LINUX ${c2}[][][][][][]${c1}|
62766276
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|
62776277
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
62786278
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|

0 commit comments

Comments
 (0)