Use "the PATH" instead of "$PATH"

* Since $PATH is a Unix-specific syntax.
This commit is contained in:
Benoit Daloze
2020-01-17 22:26:52 +01:00
parent 74ac24dec4
commit 7b9c95cc8e
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# use-ruby
This action downloads a prebuilt ruby and adds it to `$PATH`.
This action downloads a prebuilt ruby and adds it to the `PATH`.
It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to `$PATH`.
It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to the `PATH`.
No extra packages need to be installed.
### Supported Versions