Skip to content

Commit 573f52b

Browse files
committed
Readme tweak
1 parent 187e52e commit 573f52b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ What you get:
1717
<img src="art/preview_new.png" width="25%" alt="the newest macOS icon" />
1818
</p>
1919

20-
# 👇 Downloading the icon(s)
20+
## 👇 Downloading & using the icon(s)
2121

2222
The easiest way will be for you to download the icon you want from the the [`icons`](./icons) directory. Simply find which macOS version you would like the icon for, and if applicable the light or dark mode variant, and download the `icns` file within that directory using GitHub's Download button once within a file's context:
2323

@@ -33,7 +33,7 @@ To apply the icon, right click on the directory that you wish to update the icon
3333

3434
Ta-da! 🎉
3535

36-
# 🧰 Installing dependencies
36+
## 🧰 Installing dependencies
3737

3838
I used to manually find and extract the folder icon upon every release, but someone recently introduced me to... [Folderify](https://github.com/lgarron/folderify)! Which has made maintaining this repo a breeze.
3939

@@ -43,31 +43,35 @@ Make sure [`brew`](https://brew.sh/) is installed (don't want to automate instal
4343
make install
4444
```
4545

46-
# 🏗️ Generating icons
46+
## 🏗️ Generating icons
4747

4848
This is as simple as ensuring that you've already run `make install` and then running:
4949

5050
```sh
5151
make icons
5252
```
5353

54-
## 🎨️ Manually generating just the icons
54+
### 🎨️ Manually generating just the icons
5555

5656
To generate just the icons on their own, run:
5757

5858
```sh
5959
make generate
6060
```
6161

62-
## 🖼️ Manually generating a new preview image
62+
Although this step is run prior to generating new icons anyway.
63+
64+
### 🖼️ Manually generating a new preview image
6365

6466
To generate a new preview image, used in the README of this project, run:
6567

6668
```sh
6769
make preview
6870
```
6971

70-
## 🗑️ Manually cleaning Icons
72+
Although this step is run prior to generating new icons anyway.
73+
74+
### 🗑️ Manually cleaning Icons
7175

7276
If you want to quickly wipe the slate clean, run:
7377

@@ -77,7 +81,7 @@ make clean
7781

7882
Although this step is run prior to generating new icons anyway.
7983

80-
# ❓ F.A.Q's
84+
## ❓ F.A.Q's
8185

8286
- Can I get the icon to automatically change with light/dark mode?
8387

@@ -87,7 +91,7 @@ Although this step is run prior to generating new icons anyway.
8791
8892
- This appears to be a limitation within macOS itself and Apple currently not allowing for the distinction between two icons
8993

90-
# 🎂 Sources
94+
## 🎂 Sources
9195

9296
- Amazing GitHub icon: [Dave Gandy on flaticon](https://www.flaticon.com/free-icon/github-logo_25231)
9397
- Superb icon generation: [Folderify](https://github.com/lgarron/folderify)

0 commit comments

Comments
 (0)