docs: Fix instructions on what files are expected to change
parent
37b7bbc069
commit
eff6eb6b35
|
@ -21,7 +21,8 @@
|
||||||
FB_COMMIT="86401e078d0746d2381735415f8c2dfe849f3f52"
|
FB_COMMIT="86401e078d0746d2381735415f8c2dfe849f3f52"
|
||||||
# - Run this script to regenerate the corresponding Rust code.
|
# - Run this script to regenerate the corresponding Rust code.
|
||||||
# - Run `cargo test` to make sure everything works as you would expect.
|
# - Run `cargo test` to make sure everything works as you would expect.
|
||||||
# - Check in the changes to the generated code along with your changes to the `*.fbs` files.
|
# - Check in the changes to the generated code along with your changes to the `Cargo.lock` file and
|
||||||
|
# this script.
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
pushd $DIR
|
pushd $DIR
|
||||||
|
|
Loading…
Reference in New Issue