make clear that file system is for processes

Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
This commit is contained in:
Valentin Gagarin 2022-06-02 23:50:51 +02:00 committed by Valentin Gagarin
parent 7993ba1f38
commit a90fc62b61

View file

@ -150,7 +150,7 @@ Examples:
- remote store accessible via SSH
- binary cache store accessible via HTTP
Every store ultimately has to make store objects accessible to processes through the file system.
To make store objects accessible to processes, stores ultimately have to expose store objects through the file system.
## A [Rosetta stone][rosetta-stone] for build system terminology