docs: Improved README.md

This commit is contained in:
Spencer Brower
2024-02-03 23:03:51 -05:00
parent 55d04eb66e
commit e016bb81ad
4 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
README.md:
gomplate -f $@.tmpl --plugin 'filters=./get_filter_support_table,ffprobe=./get_ffprobe_commands_table' > $@
gomplate -f $@.tmpl --plugin "filters=./get_filter_support_table,ffprobe=./get_ffprobe_commands_table,version=./nu_version" > $@
clean:
rm README.md
rm -f README.md
.PHONY: clean

View File

@@ -16,7 +16,8 @@ Utility commands for working with ffmpeg in nushell.
The `ffmpeg` and `ffprobe` commands are required to be installed and available
in your path; they are not installed for you.
Currently only nushell version 0.89.0 is supported.
Currently only nushell version 0.89.0
is supported.
After that, clone this repository and add the following code to your scripts,
or to your `config.nu` file:

View File

@@ -21,7 +21,7 @@ Utility commands for working with ffmpeg in nushell.
The `ffmpeg` and `ffprobe` commands are required to be installed and available
in your path; they are not installed for you.
Currently only nushell version 0.89.0 is supported.
Currently only nushell version {{ version }} is supported.
After that, clone this repository and add the following code to your scripts,
or to your `config.nu` file:

3
nu_version Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env nu
nu -v