Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
minor readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bailey committed Jan 31, 2021
1 parent b1f05db commit 92ef303
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ Build Notion packages for Linux, using resources extracted from Notion's Windows

## Build

Run the build script:
To produce an AMD64 build, run the following:

```sh
./build.sh # run on all distros
./package-deb.sh # run on DEB-based distros
./package-rpm.sh # run on RPM-based distros
./build.sh # always run
./package-deb.sh # run to produce a DEB
./package-rpm.sh # run to produce an RPM
```

To produce an ARM64 build, run the following:

```sh
./build.sh arm64 # run on all distros
./package-deb.sh arm64 arm64 # run on DEB-based distros
./package-rpm.sh arm64 aarch64 # run on RPM-based distros
./build.sh arm64 # always run
./package-deb.sh arm64 arm64 # run to produce a DEB
./package-rpm.sh arm64 aarch64 # run to produce an RPM
```

Once complete, you should have a DEB package in the `out` directory.
Once complete, you should have a DEB and/or RPM package in the `out` directory.

0 comments on commit 92ef303

Please sign in to comment.