this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove long description

-1
-1
cmd/install.go
··· 19 19 Use: "install <repo> [app]", 20 20 Args: cobra.RangeArgs(1, 2), 21 21 Short: "Install an app", 22 - Long: "Install an app a remote repository.", 23 22 PreRunE: func(cmd *cobra.Command, args []string) error { 24 23 if _, err := exec.LookPath("git"); err != nil { 25 24 return fmt.Errorf("git is not installed: %w", err)