Skip to content

Commit

Permalink
readme: fix the installation commands
Browse files Browse the repository at this point in the history
Reviewed By: sggutier

Differential Revision: D50853652

fbshipit-source-id: 7c9b7ea18eab1a895863175d56262eeddcc1f21b
  • Loading branch information
zzl0 authored and facebook-github-bot committed Jan 15, 2024
1 parent 9074dec commit 7fd01a3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions eden/scm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ developers.
Basic install:

```
$ make # see install targets
$ make install # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg # see help
$ make install-oss
$ sl debuginstall # sanity-check setup
$ sl --help # see help
```


Running without installing:

```
$ make local # build for inplace usage
$ ./hg --version # should show the latest version
$ make oss # build for inplace usage
$ ./sl --version # should show the latest version
```


Expand Down

0 comments on commit 7fd01a3

Please sign in to comment.