moja-global / moja_global_docs

Repository to host the moja global technical documentation
https://docs.moja.global/en/master/
Mozilla Public License 2.0
35 stars 67 forks source link

Feature Request: In the Readme file of this repo only Linux based commands are used #90

Closed AnirudhPanda closed 3 years ago

AnirudhPanda commented 3 years ago

Is your feature request related to a problem? Please describe.

While following the installation of creating the virtual env of the docs I faced this issue 'source' is not recognized as an internal or external command, operable program or batch file. which is understandable as I am on a Windows system.

Describe the solution you'd like.

I solved this issue by running env\Scripts\activate as On Windows, virtualenv creates a .bat/.ps1 file, so you should run env\Scripts\activate instead (per the virtualenv documentation on the activate script).

Describe alternatives you've considered

No response

Additional context.

No response

shubhamkarande13 commented 3 years ago

Hey @AnirudhPanda , Thanks for opening this issue. You're right, there are no Windows commands in the readme. Could you fork this repo, add those commands in the readme and open a pull request to fix this issue?

AnirudhPanda commented 3 years ago

Hey @AnirudhPanda , Thanks for opening this issue. You're right, there are no Windows commands in the readme. Could you fork this repo, add those commands in the readme and open a pull request to fix this issue?

Yeah! Will do

Thanks

shubhamkarande13 commented 3 years ago

@AnirudhPanda great job! 🎉🎊

Thank you for your contributions!