diff options
| author | main <main@swarm.moe> | 2026-04-25 14:54:29 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 14:54:29 -0400 |
| commit | 3c3aba0779b6a20d3a08842586272d954c3b9ec3 (patch) | |
| tree | fd1b663c045564b13951bbc3ff18f37aab154d3c | |
| parent | 1144f1469e17d464fbe0c98739188a47339aaaa5 (diff) | |
| download | memview-3c3aba0779b6a20d3a08842586272d954c3b9ec3.zip | |
Update install instructions for crates.io
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Linux-only RAM attribution TUI. Covers processes, tmpfs, shared mappings, SysV shm, and kernel counters. ```bash -cargo install --path crates/memview --locked --profile release +cargo install memview --locked memview ``` |