Skip to content

Commit 260b4b6

Browse files
k26plsrh
authored andcommitted
Fix permission issue during installation
1 parent 82e7696 commit 260b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0-getting-started/install/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fedora.
1616
To install the server, add the RethinkDB yum repository to your list of repositories and install:
1717

1818
```bash
19-
sudo cat << EOF > /etc/yum.repos.d/rethinkdb.repo
19+
cat << EOF | sudo tee -a /etc/yum.repos.d/rethinkdb.repo
2020
[rethinkdb]
2121
name=RethinkDB
2222
enabled=1

0 commit comments

Comments
 (0)