mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-27 14:32:42 +00:00
Add a README in www
This commit is contained in:
parent
ef2fc7577f
commit
cf65832601
10
www/README.md
Normal file
10
www/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Source code of the vulkano website
|
||||
|
||||
To run the website, just do:
|
||||
|
||||
```rust
|
||||
ADDR=0.0.0.0:8000 cargo run
|
||||
```
|
||||
|
||||
The `deploy.pub` and `deploy.enc` files are the public and private keys used by travis to deploy
|
||||
the website.
|
Loading…
Reference in New Issue
Block a user