Skip to content

Commit

Permalink
replace go get with go install in README
Browse files Browse the repository at this point in the history
Summary: go get is no more, let's modernise

Reviewed By: pmazzini

Differential Revision: D56244379
  • Loading branch information
leoleovich authored and facebook-github-bot committed Apr 17, 2024
1 parent e712c75 commit 65377d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ntp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ NTPSHM library

### Quick Installation
```console
go get github.com/facebook/time/cmd/ntpresponder
go install github.com/facebook/time/cmd/ntpresponder@latest
```
4 changes: 2 additions & 2 deletions ptp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Scalable unicast PTP server supporting PTP and SPTP.

### Quick Installation
```console
go get github.com/facebook/time/cmd/ptp4u@latest
go install github.com/facebook/time/cmd/ptp4u@latest
```

## SPTP
Scalable unicast SPTP client.

### Quick Installation
```console
go get github.com/facebook/time/cmd/sptp@latest
go install github.com/facebook/time/cmd/sptp@latest
```

## Simpleclient
Expand Down
2 changes: 1 addition & 1 deletion ptp/sptp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Additionally, `originTimestamp` field contains **T1** (time when server sent *SY

## Quick Installation
```console
go get github.com/facebook/time/cmd/sptp@latest
go install github.com/facebook/time/cmd/sptp@latest
```

## Requirements
Expand Down

0 comments on commit 65377d8

Please sign in to comment.