Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install? #229

Closed
thbar opened this issue Mar 23, 2024 · 4 comments
Closed

How to install? #229

thbar opened this issue Mar 23, 2024 · 4 comments

Comments

@thbar
Copy link

thbar commented Mar 23, 2024

Hi!

I was looking into installing Falcon for some reverse-proxy testing.

The repo led me to https://socketry.github.io/falcon/guides/getting-started/index.html, which just mentions to "run" the falcon command, but not how to install it.

I could definitely dive into the code but I would like to leverage my experience to improve the documentation :-)

A newcomer might wonder if that's something you just "put" in your Gemfile in the development group, or brew install or similar etc.

Thank you for your feedback, and hope it will help other newcomers!

@ioquatix
Copy link
Member

Ah right you are, I'll update the documentation, thanks for calling it out.

To install it, simply run gem install falcon and in addition if you have an app, you can do bundle add falcon to add it to your gem file.

@ioquatix
Copy link
Member

I've done a first pass over the getting started guide: https://socketry.github.io/falcon/guides/getting-started/index#installation

@ioquatix
Copy link
Member

Let me know if you think there are further updates that can be made to the getting started guide, or feel free to open a PR :)

@thbar
Copy link
Author

thbar commented Apr 30, 2024

@ioquatix this makes perfect sense, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants