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

can't bootstrap #33

Open
imxuedi opened this issue Feb 22, 2023 · 2 comments
Open

can't bootstrap #33

imxuedi opened this issue Feb 22, 2023 · 2 comments

Comments

@imxuedi
Copy link

imxuedi commented Feb 22, 2023

I'm new to ruby and really attracted by your blog theme.

I follow the guide of installation on windows, but i can't bootstrap the project.

❯❯ moonwalk git:(master) 14:17 ruby .\bin\bootstrap
C:\Ruby30-x64\bin\ruby.exe: no Ruby script found in input (LoadError)
❯❯ moonwalk git:(master)  14:24 ruby -v
ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c5) [x64-mingw32]
❯❯ moonwalk git:(master) 14:27 bundle -v
Bundler version 2.4.7

Please give me some suggestions, thanks.

@imxuedi
Copy link
Author

imxuedi commented Feb 22, 2023

Ok, Let me tell something to new friends:

  1. download and install ruby from Ruby Official Site, choose one version named 3.0.x
  2. double click the exe package and click next until all be done.
  3. you can choose not to install the packages in the last page and just click finish
  4. if you're in china, you can change mirror, following this guide, both gem and bundle mirrors are needed for better network experience.
  5. git clone https://github.com/abhinavs/moonwalk
  6. enter this repo and open any terminal (cmd, powershell, .etc)
  7. type bundle install and wait
  8. type bundle exec jekyll serve to start server.

@abhinavs
Copy link
Owner

Thank you for figuring this out by yourself. If you want, please create a file for Windows users and link it from the README file. I will merge the pull request.

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