Skip to content

Commit

Permalink
devsetup-instructions updated
Browse files Browse the repository at this point in the history
Signed-off-by: Kanad Kumar <[email protected]>
  • Loading branch information
kanad-progress committed Jan 12, 2023
1 parent f7386ad commit d677958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ you will need to have a post install step to create those binstubs.
1. If you specify an override of the version of the `ruby`, you will also need
to override `rubygems` and `bundler` to match the versions in that version of
`ruby` or you'll get failures around bundler version mismatches.
1. Update software dependencies listed in the project configuration in `config/projects/$MY_PROJECT_NAME.rb`.
You can refer the software `.rb` files present in the `config/software` folder.
2. The `install_dir` specified in the project file typically requires `root` privilege at build time.
Change it another location such as `"/tmp/#{name}"` to avoid running as `root`.

The build command above will of course build on your local host thus being
specific to the OS and base system you are on. But the skeleten setup by
Expand Down

0 comments on commit d677958

Please sign in to comment.