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

Generating the Same seeds when Git Cloning #2

Open
fiumef opened this issue Mar 31, 2023 · 1 comment
Open

Generating the Same seeds when Git Cloning #2

fiumef opened this issue Mar 31, 2023 · 1 comment

Comments

@fiumef
Copy link

fiumef commented Mar 31, 2023

I'm on linux
Yesterday I git cloned the Repo and go installed,
Then go run ./ template.html and it overwrote the template
Then I tried go run ./ another.html
But it generated another file with the same seeds of template.html
Then I run again go run ./ another-one.html And still the same seeds.

I cloned the repo 3 times and 3 times I got different seed for each repo, but within the same repo I could only generate the same address.

With the documentation you provided It seemed ok to compile myself the repo, but a-posteriori it seems like I had to download the release version instead.

@coderofstuff
Copy link

@fiumef I just cloned this repo, and ran:

go build
./kaspaper test1.html
./kaspaper test2.html
./kaspaper test3.html

I also tried:

go run ./ test4.html
go run ./ test5.html

These all produced different seeds for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants