Skip to content

Commit d67a76d

Browse files
committed
Updated readme and bumped minor version
1 parent 7b78092 commit d67a76d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powershell_script"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
authors = ["Carl Fredrik Samson <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/cfsamson/powershell-script"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ The flag `print_commands` can be set to `true` if you want each
4747
command to be printed to the `stdout` of the main process as they're run which
4848
can be useful for debugging scripts or displaying the progress.
4949

50-
## Compatability
50+
## Features and compatability
51+
The default usage is running PowerShell scripts on Windows, but you can also
52+
run scripts using PowerShell Core on Macos and Linux.
5153

52-
This is only tested on Windows and most likely will only work on Windows. It should
53-
be possible to support PowerShell Core on Linux with only minor adjustments so leave
54-
a feature request if there is any interest in that.
54+
To use this crate to run scripts on PowerShell Core, enable the `core` feature.
5555

5656
## Contributing
5757

0 commit comments

Comments
 (0)