Skip to content

Commit 605c4b0

Browse files
committed
reverted to older readme
1 parent 8e62884 commit 605c4b0

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

README.md

-556 Bytes

Get the source code:

git clone [email protected]:cucapra/rvref.git
cd rvref
#project dependencies
npm install @11ty/eleventy --save-dev 
npm install
git submodule update --init --recursive #adds the risc-unified-db submodule
npm run build #to generate static html files in _site
npm run serve #see site layout w/ dev server http://localhost:8080
git submodule update --init
git clone [email protected]:cucapra/rvref.git
cd rvref
git submodule update --init

That last step clones the riscv-unified-db repository as a submodule. Notice that we don't use the --recursive flag; the UDB repository has some large submodules of its own that we don't need for this project.

0 commit comments

Comments
 (0)