aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-12 17:55:30 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-12 17:55:30 -0700
commitd4baf626caf4afc6366be8294ac7d0d63eef0ad3 (patch)
tree5fb446b518b588771b49ebcddea188ee4d3b1150
parent83b6d75468b330c0b8dd1d6044a08631eed22216 (diff)
downloadseaweedfs-csi-driver-d4baf626caf4afc6366be8294ac7d0d63eef0ad3.tar.xz
seaweedfs-csi-driver-d4baf626caf4afc6366be8294ac7d0d63eef0ad3.zip
Update README.md
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index a4babe5..d7d7b03 100644
--- a/README.md
+++ b/README.md
@@ -43,21 +43,6 @@ $ kubectl delete -f deploy/kubernetes/sample-seaweedfs-pvc.yaml
$ kubectl delete -f deploy/kubernetes/seaweedfs-csi.yaml
```
-# Developing and contributing
-
-1. Add and commit your changes after forking this repository
-2. Run unit tests
-```
-make test
-```
-3. After its successfull, create a pull request.
-
-
-# Miscelleneous
-| Description | Command |
-| ------------- |:------------- |
-|Docker command for launching seaweedfs|`docker run --cap-add SYS_ADMIN --security-opt apparmor:unconfined -v /dev/fuse:/dev/fuse --privileged -it seaweedfs /bin/bash`
-
# License
[Apache v2 license](https://www.apache.org/licenses/LICENSE-2.0)