Skip to content

Commit 48cd71e

Browse files
Merge pull request #272 from johnmcdowell/readme-install-clarification
README installation clarification for homebrew users expecting `brew install` to finish CLI installation
2 parents 51bd20c + d1ac40f commit 48cd71e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.vscode/settings.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
"i18n-ally.localesPaths": [
3-
"public/locales"
4-
],
5-
"i18n-ally.keystyle": "nested",
6-
"eslint.validate": [
7-
"javascript",
8-
"javascriptreact",
9-
"typescript",
10-
"typescriptreact"
11-
],
12-
"editor.codeActionsOnSave": {
13-
"source.fixAll.eslint": true
14-
},
15-
"editor.renderWhitespace": "all",
16-
"editor.formatOnSave": true,
17-
"eslint.format.enable": true,
18-
"eslint.run": "onType"
19-
}
2+
"i18n-ally.localesPaths": ["public/locales"],
3+
"i18n-ally.keystyle": "nested",
4+
"eslint.validate": [
5+
"javascript",
6+
"javascriptreact",
7+
"typescript",
8+
"typescriptreact"
9+
],
10+
"editor.codeActionsOnSave": {
11+
"source.fixAll.eslint": "explicit"
12+
},
13+
"editor.renderWhitespace": "all",
14+
"editor.formatOnSave": true,
15+
"eslint.format.enable": true,
16+
"eslint.run": "onType"
17+
}

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ This is an app for Apple Silicon Macs. It will not work on Intel macs. Do you ha
1010

1111
### Installation
1212

13-
- Option 1: install through brew with `brew install battery`
14-
- Option 2: [You can download the latest app dmg version here](https://github.com/actuallymentor/battery/releases/).
15-
- Option 3: command-line only installation (see section below)
13+
- Option 1: install the app through brew with `brew install battery`
14+
- Option 2: [download the app dmg version here](https://github.com/actuallymentor/battery/releases/)
15+
- Option 3: install ONLY the command line interface (see section below)
16+
17+
When installing via brew or dmg, opening the macOS app is required to complete the installation.
1618

1719
The first time you open the app, it will ask for your administator password so it can install the needed components. Please note that the app:
1820

0 commit comments

Comments
 (0)