Convert RFC8345-topology data (json) to markdown
Install netomox gem using bundler.
netomox gem is pushed on github packages. So, it need authentication to exec bundle install. One of method to set authentication credential of bundler is using BUNDLE_RUBYGEMS__PKG__GITHUB__COM environment variable like below:
USERNAME
: your github usernameTOKEN
: your github personal access token (needread:packages
scope)
# authentication credential of github packages
export BUNDLE_RUBYGEMS__PKG__GITHUB__COM="USERNAME:TOKEN"
# If you install gems into project local
# bundle config set --local path 'vendor/bundle'
bundle install