Skip to content

Commit b14f7ea

Browse files
committed
[v0.1.7] : installers created
Signed-off-by: ashish <[email protected]>
1 parent 8cd76c8 commit b14f7ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,20 @@ npm publish --access public
240240
```
241241
this will publish package to **npm** starting with updating README and publishing tarballs
242242

243-
### Creating Standalone Installers
243+
### Creating Standalone Tarbalss
244244

245245
```bash
246246
oclif-dev pack
247+
```
248+
this will release standalone tarballs for linux, macos and windows which we can extract and uses.
249+
250+
### Creating Installers
251+
252+
```bash
247253
oclif-dev pack:macos
248254
oclif-dev pack:win
249255
```
250-
this will release standalone tarballs for linux, macos and windows, respectively
256+
these will create installers for macos and windows
251257

252258
## License
253259

0 commit comments

Comments
 (0)