mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
docs: Improved README.md
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
|||||||
README.md:
|
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:
|
clean:
|
||||||
rm README.md
|
rm -f README.md
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ Utility commands for working with ffmpeg in nushell.
|
|||||||
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
||||||
in your path; they are not installed for you.
|
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,
|
After that, clone this repository and add the following code to your scripts,
|
||||||
or to your `config.nu` file:
|
or to your `config.nu` 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
|
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
||||||
in your path; they are not installed for you.
|
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,
|
After that, clone this repository and add the following code to your scripts,
|
||||||
or to your `config.nu` file:
|
or to your `config.nu` file:
|
||||||
|
|||||||
3
nu_version
Executable file
3
nu_version
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
|
nu -v
|
||||||
Reference in New Issue
Block a user