Skip to content

Commit

Permalink
Merge pull request #4310 from szarnyasg/nits-20241208b
Browse files Browse the repository at this point in the history
nits
  • Loading branch information
szarnyasg authored Dec 8, 2024
2 parents 70b59d5 + 3f02096 commit 98d5f9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/extensions/jemalloc.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEN=ninja SKIP_EXTENSIONS="jemalloc" make
```

The ARM64 (AArch64) DuckDB distribution on Linux does not ship with the `jemalloc` extension.
To include it, build it as follows;
To include it, build it as follows:

```bash
GEN=ninja BUILD_JEMALLOC=1 make
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/offline-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can browse the DuckDB documentation offline in the following formats:

* [Website packaged in a ZIP file](/duckdb-docs.zip) (approx. 50 MB). To browse the website locally, decompress the package, navigate to the `duckdb-docs` directory, and run:

```bash
python -m http.server
```
```bash
python -m http.server
```

Then, connect to <http://localhost:8000/>.
Then, connect to <http://localhost:8000/>.

0 comments on commit 98d5f9f

Please sign in to comment.