sh-elf-vhex - v2.0.0-rc1 : hotfix curl operation + fix typo error

*fix*
> [project]
  | [readme] fix curl operation information
> [scripts]
  | [all] fix missing help message
  | [bootstrap] remove invalid use of `utils_callcmd()`
This commit is contained in:
YannMagnin 2023-12-17 17:14:44 +01:00
parent da8dfe3861
commit 3a4bb9032e
No known key found for this signature in database
GPG Key ID: D82629D933EADC59
6 changed files with 7 additions and 7 deletions

View File

@ -60,8 +60,9 @@ and [vxLibc](https://github.com/YannMagnin/vxLibc)
The build is relatively simple and can be done in two different ways:
Using `curl` and `jq`:
```bash
curl -s "https://github.com/YannMagnin/sh-elf-vhex/+/HEAD/scripts/bootstrap.sh?format=TEXT" | base64 --decode | bash
curl 'https://api.github.com/repos/YannMagnin/sh-elf-vhex/contents/scripts/bootstrap.sh' | jq -r '.content' | base64 --decode | bash
```
Or by cloning the project and using the `bootstrap.sh` script, see

View File

@ -6,7 +6,7 @@
function help() {
cat << EOF
Script for the installation step of binutils/GCC tools for the Vhex kernel.
Script for the installation step of binutils/GCC tools for the Vhex project.
Usage $0 [options...]

View File

@ -6,7 +6,7 @@
function help() {
cat << EOF
Script for the building step of binutils for the Vhex kernel.
Script for the building step of binutils for the Vhex project.
Usage $0 [options...]

View File

@ -75,8 +75,7 @@ then
fi
[[ -d "$prefix_clone" ]] && rm -rf "$prefix_clone"
echo '<sh-elf-vhex> self-clone repository...'
utils_callcmd \
git \
git \
clone \
--depth=1 \
https://github.com/YannMagnin/sh-elf-vhex.git \

View File

@ -6,7 +6,7 @@
function help() {
cat << EOF
Script for the building step of GCC for the Vhex kernel.
Script for the building step of GCC for the Vhex project
Usage $0 [options...]

View File

@ -6,7 +6,7 @@
function help() {
cat << EOF
Script for the configuration step of Vhex kernel's binutils.
Script for the configuration step of Vhex's binutils.
Usage $0 [options...]