abhinavs / moonwalk

A fast & minimal Jekyll blog theme with clean dark mode
MIT License
348 stars 507 forks source link

can't bootstrap #33

Open imxuedi opened 1 year ago

imxuedi commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.