Skip to content

Commit 2de63f5

Browse files
committed
minor_fixes: refer to CHANGELOG.md.
1 parent 795fd1c commit 2de63f5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v1.1.1 (In progress)
44
- change: author name to mubin-thinks.
5+
- change: color_grid/Makefile: `-lglfw3` to `-lglfw`.
6+
- fix: better `alacritty/README.md`.
57

68
## v1.1.0 - 31/10/2025
79
- **breaking**: color palette is now 8 colors for both dark and light monochrome variants.

alacritty/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
Before we begin our installation, we must have a text-editor(i.e. Neovim, VSCode,
33
Notepad etc.) as you will have to edit some files.
44

5-
Now, we will clone the Charcoal Repository with the following command:
6-
```bash
7-
git clone https://github.com/mubin-thinks/charcoal
8-
```
5+
The next step is to install the latest stable release of Charcoal. You can download it
6+
from [here](https://github.com/mubin-thinks/charcoal/releases/latest).
97

10-
You can then `cd` or go to the `charcoal/alacritty/` directory. Then, choose the theme file
11-
you want to install. Then, Open it through a text-editor. After that, copy all the text
12-
and paste it on top of `~/.config/alacritty/alacritty.toml` (for Linux & Mac) or
13-
`%APPDATA%\alacritty\alacritty.toml` (for Windows) file. Lastly, make sure to save the
8+
You can then `cd` or go to the `charcoal/alacritty/` directory. Then, choose the theme
9+
file you want to install. Then, Open it through a text-editor. After that, copy all the
10+
text and paste it on top of `~/.config/alacritty/alacritty.toml` (for Linux & Mac) or
11+
`%APPDATA%\alacritty\alacritty.toml` (for Windows). Lastly, make sure to save the
1412
file.
1513

1614
After saving the file, Charcoal is installed.

color_grid/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SRC:=src/*.c lib/*.c
22
INCLUDE_DIR:=-I"include/"
3-
LIBS:=-lm -lglfw3 -lGL -ldl
3+
LIBS:=-lm -lglfw -lGL -ldl
44
LIBS_DIR:=-L"lib/"
55
FLAGS:=-Wall -std=gnu99
66
EXE:=colorgrid

0 commit comments

Comments
 (0)