An open API service indexing awesome lists of open source software.

https://github.com/calconnect/cc-iso-psdo-agreement

Proposed ISO PSDO agreement
https://github.com/calconnect/cc-iso-psdo-agreement

Last synced: 18 days ago
JSON representation

Proposed ISO PSDO agreement

Awesome Lists containing this project

README

          

= CalConnect Conference 41 Report

== Fetching the document

[source,sh]
----
git clone https://github.com/riboseinc/csd-public-documents
----

== Install Build Tools

[source,sh]
----
brew install ruby
gem install bundler
----

== Install CSD dependencies

[source,sh]
----
pushd common
bundle install
popd
----

== Enter This Directory And Build!

[source,sh]
----
pushd conference41rpt
make clean all
----

== Open the generated HTML file

[source,sh]
----
make open
# or
open *.html
----