meshery / play

Cloud Native Playground for Kubernetes and all CNCF projects
https://play.meshery.io
Apache License 2.0
91 stars 90 forks source link

wrong cd command in makefile #103

Closed AkashS20 closed 1 year ago

AkashS20 commented 1 year ago

Current Behavior

The cd.. command in makefile, here is wrong.

Expected Behavior

It should be cd ..

Environment


Contributor Guides and Resources

AkashS20 commented 1 year ago

I'd like to work on this

thisiskaransgit commented 1 year ago

Though it is not a "wrong" command, since there's no behavioral change in the outcome, it's better to follow the code conventions, you can go ahead and provide a quick fix.

Additionally,

  1. Update the "Layer Community Welcome Guide" link to Newcomers' Guide in Readme.md
  2. Update the play website preview image, (the toggle button was in the center earlier, the website is updated now) in Readme.md

incorporate these changes in a single PR and mention the changes made