Skip to content

Commit

Permalink
Merge pull request #37 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
cooperq committed Apr 19, 2017
2 parents 383266b + 4b0faed commit bcc25f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -6,23 +6,23 @@ It allows people to collaborate on spreadsheets over the internet in real time.

Join the project or see it in action at https://www.ethersheet.org

#For Users
# For Users
1. Download the latest version of ethesheet from https://ethersheet.org/releases/ethersheet_latest.tgz
2. Unpack the tarball and run the script named `install.sh`
3. run npm start and navigate to localhost:8080

## Verifying the package
You can verify the authenticity of the tarball by checking its signature with our gpg key. You can always find the latest signature file at https://ethersheet.org/releases/ethersheet_latest.tgz.sig and you can find our key at https://ethersheet.org/static/ethersheet_gpg_key.asc

#For Developers
# For Developers
1. Run the following command in your terminal:
`curl https://raw.githubusercontent.com/ethersheet-collective/EtherSheet/master/dev_install.sh | bash`
2. copy examples/config-example.js to config.js in the EtherSheet directory
3. edit config and put in the database name as well as the username and password

#Dependencies
# Dependencies
Ethersheet is only supported on GNU/Linux and MySQL as of right now. It's possible that it will work on Windows or with PostgreSQL or some other database, but we haven't tested it on those platforms. If you want to submit a feature, send a pull request and we will look it over and accept it if it looks good.

#Running tests
# Running tests
To run server tests run `npm test` in the EtherSheet server directory
Simply navigate to [http://localhost:8080/es_client/test/](http://localhost:8080/es_client/test/) to run client tests.
4 changes: 2 additions & 2 deletions notes.md
Expand Up @@ -8,14 +8,14 @@
*Expression
*CellValue

##Views
## Views
*Table
*ExpressionEditor
*TableControls
*ConnectedUsers
*SettingsEditor

#Transport
# Transport
*SocketConnection

Implementation Notes
Expand Down

0 comments on commit bcc25f2

Please sign in to comment.