Skip to content

Commit 89c560e

Browse files
Correct inconsistencies in README and CONTRIBUTING docs (rapidsai#682)
This PR corrects a couple of inconsistencies in the documentation. Authors: - Robert Maynard (@robertmaynard) Approvers: - Keith Kraus (@kkraus14) URL: rapidsai#682
1 parent 813257c commit 89c560e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to RMM
22

3-
If you are interested in contributing to cuDF, your contributions will fall
3+
If you are interested in contributing to RMM, your contributions will fall
44
into three categories:
55
1. You want to report a bug, feature request, or documentation issue
66
- File an [issue](https://github.com/rapidsai/rmm/issues/new/choose)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Compiler requirements:
5656

5757
* `gcc` version 7.0 or higher required
5858
* `nvcc` version 9.0 or higher recommended
59-
* `cmake` version 3.12 or higher
59+
* `cmake` version 3.18 or higher
6060

6161
CUDA/GPU requirements:
6262

@@ -88,7 +88,7 @@ $ source activate cudf_dev
8888
```
8989

9090
- Build and install `librmm` using cmake & make. CMake depends on the `nvcc` executable being on
91-
your path or defined in `$CUDACXX`.
91+
your path or defined in `CUDACXX` environment variable.
9292

9393
```bash
9494

@@ -101,7 +101,7 @@ $ make install # install the library librmm
101101

102102
- Building and installing `librmm` and `rmm` using build.sh. Build.sh creates build dir at root of
103103
git repository. build.sh depends on the `nvcc` executable being on your path or defined in
104-
`$CUDACXX`.
104+
`CUDACXX` environment variable.
105105

106106
```bash
107107

0 commit comments

Comments
 (0)