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
- Host: GitHub
- URL: https://github.com/calconnect/cc-iso-psdo-agreement
- Owner: CalConnect
- Created: 2019-03-17T03:25:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-05-11T23:24:43.000Z (about 2 months ago)
- Last Synced: 2026-05-12T00:30:15.213Z (about 2 months ago)
- Language: HTML
- Size: 3.49 MB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
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
----