Skip to content

Repository files navigation

title Readme
permalink /README
layout default

Crear: Hacer una versión de lo que amas.

Usage

# This is a protocol. It should run on any device. Perfect for the internet.
sh serve.sh

Setup

# chmod +x script.sh
sh setup.sh

Uninstall

# chmod +x script.sh
sh uninstall.sh

Github Links


Install

Prerequisites:

  • Git: Version control system.
  • Ruby: Programming language.
  • Bundler: Ruby gem manager.

Install from scratch:

# Global Login
git config --global user.email "you@example.com" 
# Clone the repository
git clone https://github.com/Kibzai/Programs.git
cd Programs
# Dependencies
gem install bundler
# Update RubyGems
gem update --system 4.0.16
# Install gems
bundle install
# Remove cache & Serve
rm -rf .jekyll-cache _site
bundle exec jekyll serve

Ruby Troubleshooting

gem update --system 4.0.16
# Find Ruby
ls -la /c/Ruby*/bin/ruby.exe
# PATH
echo 'export PATH="/c/Ruby33-x64/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
# Other rubys
export PATH="/c/Ruby40-x64/bin:$PATH"
# Verify
ruby -v
which ruby
# Install bundler and run
gem install bundler
bundle install

Github Implementation

Programs: Collapsable Div!

Title

List

  • Done
Warning: It needs the spacing! ```markdown # Spacing between lines
Title

List

  • Done
# Respect Spacing ```

Links

[¡Ayuda!](HELP): Link interno.
[¡Ayuda!- Link de Github](https://github.com/Kibzai/Programs/HELP): Github Page.
[HELP.md](https://github.com/Kibzai/Programs/blob/main/HELP.md): Github Code.

Made with Love❤️, Music🎶 & Curiosity🌠.

About

Configuraciones, Programas & Aplicaciones.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages