Skip to content

Commit 5bfaac0

Browse files
committed
Fix instructions for apt package
1 parent 0c4e354 commit 5bfaac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AppImages are binary installers that are compatible with any Linux distribution,
3737
You can add our repository to your package manager by running
3838

3939
```
40-
sudo apt-add-repository 'deb [trusted=yes] https://apt.fury.io/notion-repackaged/ /'
40+
echo "deb [trusted=yes] https://apt.fury.io/notion-repackaged/ /" | sudo tee /etc/apt/sources.list.d/notion-repackaged.list
4141
```
4242

4343
> :information_source: For the new repository to be able to provide our packages, you will have to run `sudo apt update` first

0 commit comments

Comments
 (0)