- Update the installation instructions in the readme. - Change the install script to use uv.
9 lines
78 B
Bash
Executable file
9 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
set -x
|
|
|
|
|
|
uv tool install "$@" .
|
|
eris --install-all-tools
|