diff --git a/Cargo.toml b/Cargo.toml index 81268a8..ba8c177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "termscp is a feature rich terminal file transfer and explorer wit license = "MIT" repository = "https://github.com/veeso/termscp" categories = ["command-line-utilities"] -homepage = "https://termscp.veeso.dev" +homepage = "https://termscp.rs" include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"] keywords = ["terminal", "ftp", "scp", "sftp", "tui"] readme = "README.md" diff --git a/install.sh b/install.sh index 042daad..9c32c00 100755 --- a/install.sh +++ b/install.sh @@ -473,11 +473,10 @@ case $PLATFORM in esac completed "Congratulations! Termscp has successfully been installed on your system!" -info "If you're a new user, you might be interested in reading the user manual " -info "While if you've just updated your termscp version, you can find the changelog at this link " +info "If you're a new user, you might be interested in reading the user manual " +info "While if you've just updated your termscp version, you can find the changelog at this link " info "Remember that if you encounter any issue, you can report them on Github " info "Feel free to open an issue also if you have an idea which could improve the project" -info "If you want to support the project, please, consider a little donation " info "I hope you'll enjoy using termscp :D" exit 0