Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode authored Nov 16, 2023
1 parent 9037978 commit 1c1b294
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
Docker image to build the CS3APIS

## Development
See the [cs3apis local compiliation instructions](https://github.com/cs3org/cs3apis#local-compilation) and the
See the [cs3apis local compiliation instructions](https://github.com/cs3org/cs3apis) and the
[cs3apis Makefile](https://github.com/cs3org/cs3apis/blob/main/Makefile)
for pointers on how to run and test the code in this repo on your local machine.

So for instance:
```sh
git clone https://github.com/cs3org/cs3apis-build
cd cs3apis-build
// make your changes in how e.g. `cs3apis-build -build-js` works
docker build -t cs3apis-build .
cd ..
git clone https://github.com/cs3org/cs3apis
cd cs3apis
docker run -v `pwd`:/root/cs3apis cs3apis-build cs3apis-build -build-js
cd build/js-cs3apis
docker run -v `pwd`:/root/cs3apis cs3apis-build cs3apis-build
cd build/go-cs3apis
git status
// see the result
```

0 comments on commit 1c1b294

Please sign in to comment.