Update README and run entc code gen on ent/schema

Summary:
cd ~/fbsource/fbcode/fbc/ent/entc/cmd/entc
go build
sudo mv entc /usr/local/bin

cd ~/fbsource/fbcode/fbc/kirin/graph
entc generate ./ent/schema

Reviewed By: tcirstea

Differential Revision: D16288565

fbshipit-source-id: 93ca249d60073ed491961aa1ddac5a46bdad2c9d
This commit is contained in:
Andy Buteau
2019-07-16 14:13:34 -07:00
committed by Facebook Github Bot
parent dbe2afb946
commit 8b2447b8eb

View File

@@ -8,7 +8,7 @@ If it is the first time you work with `entc`, you need to compile it manually,
since we don't have any official binary distribution.
```
cd fbc/ent/entc/cmd/entc
cd fbsource/fbcode/fbc/ent/entc/cmd/entc
go build
sudo mv entc /usr/local/bin
```