[fsp] Add an information that root entry name should be an empty string
[chromium-blink-merge.git] / tools / cr / README
blob6f7bdc21f07e9efa3d319e25e7268471fdd7dd30
1 cr is a unified interface to dealing with output directories, and all the
2 things you do with them.
5 It offers the advantages of dealing with multiple output directories in a
6 single client, and unifying the command lines needed to deal with the various
7 flavours and targets.
8 This means it will be very easy to build run and test multiple platforms in a
9 single checkout.
10 It also makes the commands more discoverable by being a single starting point
11 with built in help.
13 If you are using bash, source cr-bash-helpers.sh and you will get the cr
14 function in your shell, along with tab completion.