Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build instructions #383

Merged
merged 5 commits into from
May 19, 2024

Commits on Jul 11, 2023

  1. Removes leading $ from command line examples

    If you use the copy & paste feature from GH's rendered README.md this
    $ sign is also copied and needs to be removed when pasted into a shell.
    
    Removing the $ makes it possible to paste the command w/o manual
    edit.
    
    Signed-off-by: Sven Strittmatter <ich@weltraumschaf.de>
    Weltraumschaf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    df6686f View commit details
    Browse the repository at this point in the history
  2. Adds style name to fenced code to improve Markdown rendering

    Signed-off-by: Sven Strittmatter <ich@weltraumschaf.de>
    Weltraumschaf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c266628 View commit details
    Browse the repository at this point in the history
  3. Updates the build instruction due to error

    The documented way to build seems to be outdated:
    
    ```
    go get github.com/zmap/zgrab2
    go: go.mod file not found in current directory or any parent directory.
            'go get' is no longer supported outside a module.
            To build and install a command, use 'go install' with a version,
            like 'go install example.com/cmd@latest'
            For more information, see https://golang.org/doc/go-get-install-deprecation
            or run 'go help get' or 'go help install'.
    ```
    
    What works for me: Clone the repo and simply run `make` inside the repo
    to build the binary.
    
    Signed-off-by: Sven Strittmatter <ich@weltraumschaf.de>
    Weltraumschaf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c431630 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    f277c14 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    developStorm authored May 19, 2024
    Configuration menu
    Copy the full SHA
    ed09a6f View commit details
    Browse the repository at this point in the history