- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π License
MyEnumerable is a project that is built to decode Morse code.
Server
- Own Enumerable Module
- Ruby:
To install on Mac Os run following commands:
brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
# Install Ruby
rbenv install 3.0.1
rbenv global 3.0.1
ruby -v
Installing Ruby on Windows is a little more difficult than installing it on another OS. We would recommend using WSL, but you can also try to install Ruby directly on your OS with rubyinstaller.
Note:
WSL only works on 64-bit installations of Windows.
If you are using a 64-bit version of Windows 10, we recommend following this article to install Ruby.
If you can not use WSL then you should follow these steps:
- Download the last version of RubyInstaller.
- Run RubyInstaller and follow the steps described here.
If you are familiar with docker, you could also use it.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:MosDevx/Ruby-Enumerable.git
If you have ruby installed in your PC the simply start IRB(Interactive Ruby Shell) on terminal using:
$ irb
Thats it now you can execute your program on termonal:)
π€ Ayesha Arshad
- GitHub: @shella12
- Twitter: @Ayesha Arshad
- LinkedIn: Ayesha Arshad
π€ Moses Wamae
- GitHub: @mosdevx
- Twitter: @moseswamae7
- LinkedIn: LinkedIn
- [Live Demo]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
This project is MIT licensed.