facebookincubator / reindeer

Reindeer is a tool to transform Rust Cargo dependencies into generated Buck build rules
MIT License
184 stars 30 forks source link

Add installation instructions (including an option from nixpkgs) #13

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

Description

This PR adds installation documentation, including information on using reindeer via nixpkgs. My first pass combined the previous "Building" section with a new "Installation" section because I believe the contents would be repetitive if they were separate sections. Thank you for this great project!

Issues

Fixes #8

Additional Notes

I have signed the CLA linked in the contributing docs.

facebook-github-bot commented 1 year ago

@zertosh has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@zertosh merged this pull request in facebookincubator/reindeer@c866ac3771340d13a8973218a2659ba62c6a1480.

zertosh commented 1 year ago

Thanks! I also went ahead an added a Cargo.lock (33ab6845fb9b) to fix the warning from --locked

nickgerace commented 1 year ago

Thank you! :) really appreciate it @zertosh