Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

docs: fixed typo #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The CLI tools and web UI will be shipping shortly.
## Install the dependencies and build

Bistro needs a 64-bit Linux, Folly, FBThrift, Proxygen, boost, and
libsqlite3. You need 2-3GB of RAM to build, as well as GCC 4.9 or above.
libsqlite3. You need 2-3GB of RAM to build as well as GCC 4.9 or above.

`build/README.md` documents the usage of Docker-based scripts that build
Bistro on Ubuntu 14.04, 16.04, and Debian 8.6. You should be able to follow
Expand Down Expand Up @@ -67,7 +67,7 @@ Aside: The scheduler tracks jobs, and data shards on which to execute them.
It also makes sure only to start new tasks when the required resources are
available. The remote worker is a module for executing centrally scheduled
work on many machines. The UI can aggregate many schedulers at once, so
using remote workers is optional --- a share-nothing, many-scheduler system
using remote workers is optional --- a share-nothing, the many-scheduler system
is sometimes preferable.

Let's make a task to execute:
Expand Down