You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
- Alfred 4 with paid [Alfred Powerpack](https://www.alfredapp.com/powerpack)
10
10
11
11
## Installation
12
12
13
-
### NPM (preferred)
13
+
### Yarn / NPM (preferred)
14
14
15
-
This workflow can be installed with NPM, as an added bonus you'll get a notification when an update is available!
15
+
This workflow can be installed with Yarn or NPM, as an added bonus you'll get a notification when an update is available!
16
16
17
17
```shell
18
+
yarn add -g alfred-atom
19
+
# or
18
20
npm install -g alfred-atom
19
21
```
20
22
@@ -24,7 +26,7 @@ Because some dependencies are quite big you have to run `npm install` yourself a
24
26
25
27
1. Download the latest `Atom.alfredworkflow` from [Packal](http://www.packal.org/workflow/atom) or [GitHub](https://github.com/Cloudstek/alfred-atom/releases) and import it in Alfred.
26
28
2. Open Alfred and go to Workflows. Right-click on Atom and click on *"Open in Terminal"*
27
-
3. In the terminal, enter `npm install`
29
+
3. In the terminal, enter `yarn` or `npm install`.
0 commit comments