memflow / memflowup

Setup tool for memflow and it's components
https://memflow.io
MIT License
23 stars 2 forks source link

When I run it prompts #9

Closed gusqing closed 5 months ago

gusqing commented 5 months ago

gu@gu:~/a$ cargo run --release warning: /home/gu/.cargo/config is deprecated in favor of config.toml note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml warning: /home/gu/.cargo/config is deprecated in favor of config.toml note: if you need to support cargo 1.38 or earlier, you can symlink config to config.toml error: could not find Cargo.toml in /home/gu/a or any parent directory

I'm sure I have installed the necessary requirements. Can you help me solve this problem? Thank you very much.

ko1N commented 5 months ago

What did you try to do? To install memflowup please follow the instructions from the readme:

The recommended way is to install it through our automated script:

curl --proto '=https' --tlsv1.2 -sSf https://sh.memflow.io | sh

Alternatively you can manually install it via cargo as well:

cargo install memflowup --force

Best, ko1N