mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
better comments
This commit is contained in:
parent
bb908503fc
commit
56fd423090
@ -3,9 +3,9 @@
|
||||
# README
|
||||
# This will install nodejs and npm on your system,
|
||||
# should work on most places other than Windows.
|
||||
# Copy paste and run each line into your terminal.
|
||||
# If you are on Windows, http://nodejs.org/download/ has
|
||||
# a installer that will automatically do it for you.
|
||||
# Copy paste and run each line into your terminal.
|
||||
|
||||
#debian/ubuntu
|
||||
sudo apt-get update -y
|
||||
@ -14,15 +14,14 @@ sudo apt-get install curl git git-core -y
|
||||
sudo yum check-update -y
|
||||
sudo yum install curl git git-core -y
|
||||
|
||||
#install nodejs
|
||||
# install nodejs
|
||||
git clone http://github.com/isaacs/nave.git
|
||||
sudo ./nave/nave.sh usemain stable
|
||||
# If you just want nodejs and npm but NOT gun, stop here.
|
||||
# If you just want nodejs and npm but not gun, stop here.
|
||||
|
||||
npm install gun
|
||||
|
||||
# to run the gun examples:
|
||||
cd ./node_modules/gun/examples
|
||||
|
||||
npm install .
|
||||
|
||||
sudo /usr/local/bin/node ./express.js
|
||||
sudo /usr/local/bin/node ./express.js 80 # change `80` to `8080` for local testing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user