mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Move install script under tests/interop/go_pkgs
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
GO_PKGS_PATH=./tests/interop/go_pkgs
|
||||
SCRIPT_RELATIVE_PATH=`dirname $0`
|
||||
|
||||
GO_PKGS_PATH=$SCRIPT_RELATIVE_PATH
|
||||
|
||||
DAEMON_REPO=go-libp2p-daemon
|
||||
DAEMON_PATH=$GO_PKGS_PATH/$DAEMON_REPO
|
||||
|
||||
EXAMPLES_PATHS=$GO_PKGS_PATH/examples
|
||||
|
||||
|
||||
go version
|
||||
|
||||
# Install `p2pd`
|
||||
Reference in New Issue
Block a user