chore: bin/Hello -> bin/hello

This commit is contained in:
tydeu 2021-09-13 13:28:54 -04:00
parent e3ec2b9e39
commit eca73809e6
3 changed files with 3 additions and 3 deletions

View file

@ -75,6 +75,6 @@ We can use the command `lake build-bin` to build the package (and its dependenci
```
$ lake build-bin
...
$ ./build/bin/Hello
$ ./build/bin/hello
Hello, world!
```

View file

@ -1,3 +1,3 @@
./clean.sh
../bootstrap/build/bin/lake build-bin
./build/bin/Hello
./build/bin/hello

View file

@ -2,4 +2,4 @@ set -e
./clean.sh
./package.sh
./build/bin/Hello
./build/bin/hello